[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]],["The `GMSAppCheckTokenCompletion` is a completion type used to receive App Check tokens. It provides a callback with two parameters: `token` (a nullable string) and `error` (a nullable error object). If successful, `token` contains the App Check token. If an error occurs, `token` is nil, and `error` provides details about the problem encountered. The completion handler is called after attempting to retrieve an App Check token.\n"]]