GooglePlaces Framework Reference
GMSAppCheckTokenCompletion
typedef void (^GMSAppCheckTokenCompletion)(NSString *_Nullable,
NSError *_Nullable)
Completion type for receiving App Check tokens. If an error occurred, token
will be nil and
error
will contain information about the error.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-08 UTC.
[null,null,["Last updated 2024-11-08 UTC."],[[["`GMSAppCheckTokenCompletion` is a completion handler that provides an App Check token or an error upon completion."],["If token retrieval is successful, the `token` parameter will contain the token string, and `error` will be nil."],["If an error occurs during token retrieval, the `token` parameter will be nil, and the `error` parameter will contain information about the error."]]],[]]