GMTCAuthTokenFetchCompletionHandler

GMTCAuthTokenFetchCompletionHandler

Typedefs

typedef void(^ GMTCAuthTokenFetchCompletionHandler )(NSString *_Nullable authToken, NSError *_Nullable error)
 Completion block called when an authorization token is available.

Typedef Documentation

typedef void(^ GMTCAuthTokenFetchCompletionHandler)(NSString *_Nullable authToken, NSError *_Nullable error)

Completion block called when an authorization token is available.

Parameters:
authTokenThe authorization token. Will be null if an error occurs.
errorThe error that occurred if any.