Today's Menu  Portugal
journal and plan nutrition
Instance Methods | Properties | List of all members
GIDAuthentication Class Reference

#import <GIDAuthentication.h>

Inheritance diagram for GIDAuthentication:
Inheritance graph
[legend]
Collaboration diagram for GIDAuthentication:
Collaboration graph
[legend]

Instance Methods

(id< GTMFetcherAuthorizationProtocol >) - fetcherAuthorizer
 
(void) - getTokensWithHandler:
 
(void) - refreshTokensWithHandler:
 
(void) - getAccessTokenWithHandler:
 
(void) - refreshAccessTokenWithHandler:
 

Properties

NSString * clientID
 
NSString * accessToken
 
NSDate * accessTokenExpirationDate
 
NSString * refreshToken
 
NSString * idToken
 
NSDate * idTokenExpirationDate
 

Detailed Description

Definition at line 29 of file GIDAuthentication.h.

Method Documentation

◆ fetcherAuthorizer()

- (id<GTMFetcherAuthorizationProtocol>) fetcherAuthorizer

◆ getAccessTokenWithHandler:()

- (void) getAccessTokenWithHandler: ("Use |getTokensWithHandler:| instead.")  DEPRECATED_MSG_ATTRIBUTE

◆ getTokensWithHandler:()

- (void) getTokensWithHandler: (GIDAuthenticationHandler handler

◆ refreshAccessTokenWithHandler:()

- (void) refreshAccessTokenWithHandler: ("Use |refreshTokensWithHandler:| instead.")  DEPRECATED_MSG_ATTRIBUTE

◆ refreshTokensWithHandler:()

- (void) refreshTokensWithHandler: (GIDAuthenticationHandler handler

Property Documentation

◆ accessToken

- (NSString*) accessToken
readnonatomicassign

Definition at line 35 of file GIDAuthentication.h.

◆ accessTokenExpirationDate

- (NSDate*) accessTokenExpirationDate
readnonatomicassign

Definition at line 38 of file GIDAuthentication.h.

◆ clientID

- (NSString*) clientID
readnonatomicassign

Definition at line 32 of file GIDAuthentication.h.

◆ idToken

- (NSString*) idToken
readnonatomicassign

Definition at line 46 of file GIDAuthentication.h.

◆ idTokenExpirationDate

- (NSDate*) idTokenExpirationDate
readnonatomicassign

Definition at line 49 of file GIDAuthentication.h.

◆ refreshToken

- (NSString*) refreshToken
readnonatomicassign

Definition at line 41 of file GIDAuthentication.h.


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