Moduł GMTCAuthTokenFetchFetch()

GMTCAuthTokenFetchCompletionHandler

Typy typów

typedef void(^ GMTCAuthTokenFetchCompletionHandler )(NSString *_Nullable authToken, NSError *_Nullable error)
 Blok zakończenia jest wywoływany, gdy dostępny jest token autoryzacji.

Dokumentacja Typedef

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

Blok zakończenia jest wywoływany, gdy dostępny jest token autoryzacji.

Parametry:
authTokenToken autoryzacji. Jeśli wystąpi błąd, wartość to null.
errorBłąd, który wystąpił.