TemporaryPasswordState
public struct TemporaryPasswordState : Codable, Equatable, FunctionResult
Returns information about the availability of a temporary password, which can be used for payments
-
True, if a temporary password is available
Declaration
Swift
public let hasPassword: Bool
-
Time left before the temporary password expires, in seconds
Declaration
Swift
public let validFor: Int32
-
Returns information about the availability of a temporary password, which can be used for payments
Declaration
Swift
public init(hasPassword: Bool, validFor: Int32)
Parameters
hasPassword
True, if a temporary password is available
validFor
Time left before the temporary password expires, in seconds