File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ interface AppCheckToken {
103103 // @interface FIRAppCheckDebugProvider : NSObject <FIRAppCheckProvider>
104104 [ DisableDefaultCtor ]
105105 [ BaseType ( typeof ( NSObject ) , Name = "FIRAppCheckDebugProvider" ) ]
106- interface AppCheckDebugProvider : IAppCheckProvider {
106+ interface AppCheckDebugProvider : AppCheckProvider {
107107 // -(instancetype _Nullable)initWithApp:(FIRApp * _Nonnull)app;
108108 [ return : NullAllowed ]
109109 [ Export ( "initWithApp:" ) ]
@@ -117,9 +117,6 @@ interface AppCheckDebugProvider : IAppCheckProvider {
117117 [ Export ( "currentDebugToken" ) ]
118118 string CurrentDebugToken { get ; }
119119
120- // -(void)getLimitedUseTokenWithCompletion:(void (^ _Nonnull)(FIRAppCheckToken * _Nullable, NSError * _Nullable))handler __attribute__((swift_name("getLimitedUseToken(completion:)")));
121- [ Export ( "getLimitedUseTokenWithCompletion:" ) ]
122- void GetLimitedUseTokenWithCompletion ( TokenCompletionHandler handler ) ;
123120 }
124121
125122 // @interface FIRAppCheckDebugProviderFactory : NSObject <FIRAppCheckProviderFactory>
You can’t perform that action at this time.
0 commit comments