From b0719339caaa3c6c0416434356bda7b020585879 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Tue, 13 Dec 2016 09:51:10 -0500 Subject: [PATCH] Switch reference from gtm-oauth2 to GTMAppAuth --- README.md | 2 +- Source/GTMSessionFetcher.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c0d345d..478efde9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Features include: - Automatic retry on errors, with exponential backoff - Support for generating multipart MIME upload streams - Easy, convenient logging of http requests and responses -- Supports plug-in authentication such as with gtm-oauth2 +- Supports plug-in authentication such as with GTMAppAuth - Easily testable; self-mocking - Automatic rate limiting when created by the `GTMSessionFetcherService` factory class - Fully independent of other projects diff --git a/Source/GTMSessionFetcher.h b/Source/GTMSessionFetcher.h index 182e92d8..26de85c0 100644 --- a/Source/GTMSessionFetcher.h +++ b/Source/GTMSessionFetcher.h @@ -21,7 +21,7 @@ // than delegate methods. // - Out-of-process uploads and downloads using NSURLSession, including // management of fetches after relaunch. -// - Integration with GTMOAuth2 for invisible management and refresh of +// - Integration with GTMAppAuth for invisible management and refresh of // authorization tokens. // - Pretty-printed http logging. // - Cookies handling that does not interfere with or get interfered with