1234567891011121314151617181920212223242526272829303132 |
-
-
- #import "FIRInstanceIDTokenOperation.h"
-
- NS_ASSUME_NONNULL_BEGIN
-
- FOUNDATION_EXPORT NSString *const kFIRInstanceIDFirebaseUserAgentKey;
-
- @interface FIRInstanceIDTokenFetchOperation : FIRInstanceIDTokenOperation
-
- - (instancetype)initWithAuthorizedEntity:(NSString *)authorizedEntity
- scope:(NSString *)scope
- options:(nullable NSDictionary<NSString *, NSString *> *)options
- checkinPreferences:(FIRInstanceIDCheckinPreferences *)checkinPreferences
- keyPair:(FIRInstanceIDKeyPair *)keyPair;
-
- @end
- NS_ASSUME_NONNULL_END
|