File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
FirebaseCombineSwift/Tests/Unit Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,11 @@ extension AuthBackendImplementationMock {
94
94
fatalError ( " You need to implement \( #function) in your mock. " )
95
95
}
96
96
97
+ func revokeToken( _ request: FIRRevokeTokenRequest ,
98
+ callback: @escaping FIRRevokeTokenResponseCallback ) {
99
+ fatalError ( " You need to implement \( #function) in your mock. " )
100
+ }
101
+
97
102
func signIn( withGameCenter request: FIRSignInWithGameCenterRequest ,
98
103
callback: @escaping FIRSignInWithGameCenterResponseCallback ) {
99
104
fatalError ( " You need to implement \( #function) in your mock. " )
Original file line number Diff line number Diff line change 44
44
#import " FirebaseAuth/Sources/Backend/RPC/FIRGetProjectConfigResponse.h"
45
45
#import " FirebaseAuth/Sources/Backend/RPC/FIRResetPasswordRequest.h"
46
46
#import " FirebaseAuth/Sources/Backend/RPC/FIRResetPasswordResponse.h"
47
+ #import " FirebaseAuth/Sources/Backend/RPC/FIRRevokeTokenRequest.h"
48
+ #import " FirebaseAuth/Sources/Backend/RPC/FIRRevokeTokenResponse.h"
47
49
#import " FirebaseAuth/Sources/Backend/RPC/FIRSecureTokenRequest.h"
48
50
#import " FirebaseAuth/Sources/Backend/RPC/FIRSecureTokenResponse.h"
49
51
#import " FirebaseAuth/Sources/Backend/RPC/FIRSendVerificationCodeRequest.h"
You can’t perform that action at this time.
0 commit comments