#import <GTMOAuth2SignIn.h>
Public Member Functions | |
(id) | - initWithAuthentication:authorizationURL:delegate:webRequestSelector:finishedSelector: |
(BOOL) | - startSigningIn |
(void) | - cancelSigningIn |
(BOOL) | - requestRedirectedToRequest: |
(BOOL) | - titleChanged: |
(BOOL) | - cookiesChanged: |
(BOOL) | - loadFailedWithError: |
(void) | - windowWasClosed |
Static Public Member Functions | |
(GTMOAuth2Authentication *) | + standardGoogleAuthenticationForScope:clientID:clientSecret: |
(void) | + revokeTokenForGoogleAuthentication: |
(NSString *) | + nativeClientRedirectURI |
(NSURL *) | + googleAuthorizationURL |
(NSURL *) | + googleTokenURL |
(NSURL *) | + googleUserInfoURL |
Properties | |
GTMOAuth2Authentication * | authentication |
NSURL * | authorizationURL |
NSDictionary * | additionalAuthorizationParameters |
id | delegate |
SEL | webRequestSelector |
SEL | finishedSelector |
id | userData |
BOOL | shouldFetchGoogleUserEmail |
BOOL | shouldFetchGoogleUserProfile |
NSDictionary * | userProfile |
NSTimeInterval | networkLossTimeoutInterval |
- (void) cancelSigningIn |
- (BOOL) cookiesChanged: | (NSHTTPCookieStorage *) | cookieStorage |
+ (NSURL *) googleAuthorizationURL |
+ (NSURL *) googleTokenURL |
+ (NSURL *) googleUserInfoURL |
- (id) initWithAuthentication: | (GTMOAuth2Authentication *) | auth | |
authorizationURL: | (NSURL *) | authorizationURL | |
delegate: | (id) | delegate | |
webRequestSelector: | (SEL) | webRequestSelector | |
finishedSelector: | (SEL) | finishedSelector | |
- (BOOL) loadFailedWithError: | (NSError *) | error |
+ (NSString *) nativeClientRedirectURI |
- (BOOL) requestRedirectedToRequest: | (NSURLRequest *) | redirectedRequest |
+ (void) revokeTokenForGoogleAuthentication: | (GTMOAuth2Authentication *) | auth |
+ (GTMOAuth2Authentication *) standardGoogleAuthenticationForScope: | (NSString *) | scope | |
clientID: | (NSString *) | clientID | |
clientSecret: | (NSString *) | clientSecret | |
- (BOOL) startSigningIn |
- (BOOL) titleChanged: | (NSString *) | title |
- (void) windowWasClosed |
- (NSDictionary*) additionalAuthorizationParameters [read, write, retain] |
- (GTMOAuth2Authentication*) authentication [read, write, retain] |
- (NSURL*) authorizationURL [read, write, retain] |
- (id) delegate [read, write, retain] |
- (SEL) finishedSelector [read, write, assign] |
- (NSTimeInterval) networkLossTimeoutInterval [read, write, assign] |
- (BOOL) shouldFetchGoogleUserEmail [read, write, assign] |
- (BOOL) shouldFetchGoogleUserProfile [read, write, assign] |
- (id) userData [read, write, retain] |
- (NSDictionary*) userProfile [read, retain] |
- (SEL) webRequestSelector [read, write, assign] |