BBGMultiAccountManager
 All Classes Files Functions Variables Enumerator Properties Defines
Public Member Functions | Static Public Member Functions | Properties
GTMOAuth2SignIn Class Reference

#import <GTMOAuth2SignIn.h>

List of all members.

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

GTMOAuth2Authenticationauthentication
NSURL * authorizationURL
NSDictionary * additionalAuthorizationParameters
id delegate
SEL webRequestSelector
SEL finishedSelector
id userData
BOOL shouldFetchGoogleUserEmail
BOOL shouldFetchGoogleUserProfile
NSDictionary * userProfile
NSTimeInterval networkLossTimeoutInterval

Member Function Documentation

- (void) cancelSigningIn
- (BOOL) cookiesChanged: (NSHTTPCookieStorage *)  cookieStorage
+ (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
+ (GTMOAuth2Authentication *) standardGoogleAuthenticationForScope: (NSString *)  scope
clientID: (NSString *)  clientID
clientSecret: (NSString *)  clientSecret 
- (BOOL) startSigningIn
- (BOOL) titleChanged: (NSString *)  title
- (void) windowWasClosed

Property Documentation

- (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]

The documentation for this class was generated from the following files: