* @since 2.0 */ class OpenId extends Client implements ProviderInterface { use ProviderTrait; /** * Authenticate the user. * @return boolean whether user was successfully authenticated. */ public function authenticate() { // TODO: Implement authenticate() method. } }