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
hasPasswordTrue, if a temporary password is available
validForTime left before the temporary password expires, in seconds
View on GitHub
Install in Dash
TemporaryPasswordState Structure Reference