CheckRecoveryEmailAddressCode
public struct CheckRecoveryEmailAddressCode : Codable, Equatable, TDFunction
Checks the 2-step verification recovery email address verification code
-
Undocumented
Declaration
Swift
public typealias Result = PasswordState -
Verification code
Declaration
Swift
public let code: String -
Checks the 2-step verification recovery email address verification code
Declaration
Swift
public init(code: String)Parameters
codeVerification code
View on GitHub
Install in Dash
CheckRecoveryEmailAddressCode Structure Reference