We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0456e commit 93dbf7dCopy full SHA for 93dbf7d
FirebaseAppCheck/Sources/Public/FirebaseAppCheck/FIRAppCheck.h
@@ -34,6 +34,7 @@ FOUNDATION_EXPORT NSString *const kFIRAppCheckTokenNotificationKey NS_SWIFT_NAME
34
/// `userInfo` key for the `AppCheckToken` in `AppCheckTokenDidChangeNotification`.
35
FOUNDATION_EXPORT NSString *const kFIRAppCheckAppNameNotificationKey NS_SWIFT_NAME(AppCheckAppNameNotificationKey);
36
37
+/// A class used to manage app check tokens for a given Firebase app.
38
NS_SWIFT_NAME(AppCheck)
39
@interface FIRAppCheck : NSObject
40
0 commit comments