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 8df9724 commit ac67174Copy full SHA for ac67174
FirebaseAuth/Sources/Swift/Backend/RPC/MultiFactor/Unenroll/WithdrawMFARequest.swift
@@ -23,8 +23,8 @@ private let kTenantIDKey = "tenantId"
23
class WithdrawMFARequest: IdentityToolkitRequest, AuthRPCRequest {
24
typealias Response = WithdrawMFAResponse
25
26
- var idToken: String?
27
- var mfaEnrollmentID: String?
+ let idToken: String?
+ let mfaEnrollmentID: String?
28
29
init(idToken: String?,
30
mfaEnrollmentID: String?,
0 commit comments