FirebaseAppCheck Framework Reference Stay organized with collections Save and categorize content based on your preferences.
Constants
The following constants are available globally.
A notification with the specified name is sent to the default notification center(
NotificationCenter.default
) each time a Firebase app check token is refreshed.The user info dictionary containskFIRAppCheckTokenNotificationKey
andkFIRAppCheckAppNameNotificationKey
keys.Declaration
Swift
staticletAppCheckTokenDidChange:NSNotification.Name
userInfo
key for theFirebaseApp.name
inAppCheckTokenDidChangeNotification
.Declaration
Swift
letAppCheckTokenNotificationKey:String
userInfo
key for theAppCheckToken
inAppCheckTokenDidChangeNotification
.Declaration
Swift
letAppCheckAppNameNotificationKey:String
Firebase app check error domain.
Declaration
Swift
letAppCheckErrorDomain:String
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-07-08 UTC.