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 735ee6a commit ccda624Copy full SHA for ccda624
FirebaseAuth/Sources/Swift/Backend/RPC/SendVerificationTokenResponse.swift
@@ -15,8 +15,7 @@
15
import Foundation
16
17
struct SendVerificationCodeResponse: AuthRPCResponse {
18
- // Default value will be overridden when `setField(dictionary:)` is called.
19
- private(set) var verificationID: String = ""
+ let verificationID: String
20
21
init(dictionary: [String: AnyHashable]) throws {
22
guard let verificationID = dictionary["sessionInfo"] as? String else {
0 commit comments