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 containskFIRAppCheckTokenNotificationKeyandkFIRAppCheckAppNameNotificationKeykeys.Declaration
Swift
static let AppCheckTokenDidChange: NSNotification.Name -
userInfokey for theFirebaseApp.nameinAppCheckTokenDidChangeNotification.Declaration
Swift
let AppCheckTokenNotificationKey: String -
userInfokey for theAppCheckTokeninAppCheckTokenDidChangeNotification.Declaration
Swift
let AppCheckAppNameNotificationKey: String -
Firebase app check error domain.
Declaration
Swift
let AppCheckErrorDomain: String