CheckAuthenticationPassword
public struct CheckAuthenticationPassword : Codable, Equatable, TDFunction
Checks the authentication password for correctness. Works only when the current authorization state is authorizationStateWaitPassword
-
Undocumented
Declaration
Swift
public typealias Result = Ok
-
The password to check
Declaration
Swift
public let password: String
-
Checks the authentication password for correctness. Works only when the current authorization state is authorizationStateWaitPassword
Declaration
Swift
public init(password: String)
Parameters
password
The password to check