GMTDAuthTokenFetchCompletionHandler

GMTDAuthTokenFetchCompletionHandler

Typedefs

khoảng trống typedef(^ GMTDAuthTokenFetchCompletionHandler )(NSString *_Nullable authToken, NSError *_Nullable error)
 Trình xử lý hoàn thành được gọi khi có mã thông báo uỷ quyền.

Tài liệu Typedef

typedef void(^ GMTDAuthTokenFetchCompletionHandler)(NSString *_Nullable authToken, NSError *_Nullable lỗi)

Trình xử lý hoàn thành được gọi khi có mã thông báo uỷ quyền.

Các tham số:
authTokenMã thông báo uỷ quyền. Nếu xảy ra lỗi, thì tham số này rỗng.
errorLỗi xảy ra, nếu có.