GMTDAuthTokenFetchCompletionİşleyici

GMTDAuthTokenFetchCompletionHandler

Typedef'ler

typedef void(^ GMTDAuthTokenFetchCompletionHandler )(NSString *_Nullable authToken, NSError *_Nullable hata)
 Yetkilendirme jetonu kullanılabilir olduğunda tamamlama işleyici çağrılır.

Typedef Belgeleri

typedef void(^ GMTDAuthTokenFetchCompletionHandler)(NSString *_Nullable authToken, NSError *_Nullable hata)

Yetkilendirme jetonu kullanılabilir olduğunda tamamlama işleyici çağrılır.

Parametreler:
authTokenYetkilendirme jetonu. Bir hata oluşursa bu parametre null olur.
hataVarsa oluşan hata.