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
Objective-C
extern NS_SWIFT_NAME(AppCheckTokenDidChange) const NSNotificationName FIRAppCheckAppCheckTokenDidChangeNotification
-
userInfo
key for theFirebaseApp.name
inAppCheckTokenDidChangeNotification
.Declaration
Objective-C
extern NS_SWIFT_NAME(AppCheckTokenNotificationKey) NSString *const kFIRAppCheckTokenNotificationKey
-
userInfo
key for theAppCheckToken
inAppCheckTokenDidChangeNotification
.Declaration
Objective-C
extern NS_SWIFT_NAME(AppCheckAppNameNotificationKey) NSString *const kFIRAppCheckAppNameNotificationKey
-
Firebase app check error domain.
Declaration
Objective-C
extern const NSErrorDomain FIRAppCheckErrorDomain