Today's Menu  Portugal
journal and plan nutrition
Classes | Typedefs
GIDAuthentication.h File Reference
#import <Foundation/Foundation.h>
Include dependency graph for GIDAuthentication.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GIDAuthentication
 

Typedefs

typedef void(^ GIDAuthenticationHandler) (GIDAuthentication *authentication, NSError *error)
 
typedef void(^ GIDAccessTokenHandler) (NSString *accessToken, NSError *error)
 

Typedef Documentation

◆ GIDAccessTokenHandler

typedef void(^ GIDAccessTokenHandler) (NSString *accessToken, NSError *error)

Definition at line 26 of file GIDAuthentication.h.

◆ GIDAuthenticationHandler

typedef void(^ GIDAuthenticationHandler) (GIDAuthentication *authentication, NSError *error)

Definition at line 20 of file GIDAuthentication.h.