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

    Swift

    static let AppCheckTokenDidChange: NSNotification.Name
  • userInfo key for the FirebaseApp.name in AppCheckTokenDidChangeNotification.

    Declaration

    Swift

    let AppCheckTokenNotificationKey: String
  • userInfo key for the AppCheckToken in AppCheckTokenDidChangeNotification.

    Declaration

    Swift

    let AppCheckAppNameNotificationKey: String
  • Firebase app check error domain.

    Declaration

    Swift

    let AppCheckErrorDomain: String