GMTCAuthTokenFetchCompletionHandler

GMTCAuthTokenFetchCompletionHandler

Typedefs

typedef void(^ GMTCAuthTokenFetchCompletionHandler )(NSString *_Nullable authToken, NSError *_Nullable error)
 取得授權權杖時呼叫的完成區塊。

Typedef 說明文件

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

取得授權權杖時呼叫的完成區塊。

參數:
authToken授權權杖。如果發生錯誤,則為空值。
錯誤發生錯誤 (如果有的話)。