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 5d465b0 commit 8ceae78Copy full SHA for 8ceae78
FirebaseAuth/Sources/Swift/Backend/RPC/MultiFactor/SignIn/FinalizeMFASignInRequest.swift
@@ -23,8 +23,8 @@ private let kTenantIDKey = "tenantId"
23
class FinalizeMFASignInRequest: IdentityToolkitRequest, AuthRPCRequest {
24
typealias Response = FinalizeMFAEnrollmentResponse
25
26
- var mfaPendingCredential: String?
27
- var verificationInfo: AuthProto?
+ let mfaPendingCredential: String?
+ let verificationInfo: AuthProto?
28
29
init(mfaPendingCredential: String?,
30
verificationInfo: AuthProto?,
0 commit comments