FirebaseAppCheck Framework Reference

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 contains kFIRAppCheckTokenNotificationKey and kFIRAppCheckAppNameNotificationKey keys.

    Declaration

    Objective-C

    extern NS_SWIFT_NAME(AppCheckTokenDidChange) const NSNotificationName
        FIRAppCheckAppCheckTokenDidChangeNotification
  • userInfo key for the FirebaseApp.name in AppCheckTokenDidChangeNotification.

    Declaration

    Objective-C

    extern NS_SWIFT_NAME(AppCheckTokenNotificationKey) NSString *const
        kFIRAppCheckTokenNotificationKey
  • userInfo key for the AppCheckToken in AppCheckTokenDidChangeNotification.

    Declaration

    Objective-C

    extern NS_SWIFT_NAME(AppCheckAppNameNotificationKey) NSString *const
        kFIRAppCheckAppNameNotificationKey
  • Firebase app check error domain.

    Declaration

    Objective-C

    extern const NSErrorDomain FIRAppCheckErrorDomain