Sha256: 0faa94c8e43c8c0e62ac3e42ce4259998243b0de93c803d1c7209d884f4e5ded
Contents?: true
Size: 431 Bytes
Versions: 4
Compression:
Stored size: 431 Bytes
Contents
module TD::Types # Returns information about the availability of a temporary password, which can be used for payments. # # @attr has_password [Boolean] True, if a temporary password is available. # @attr valid_for [Integer] Time left before the temporary password expires, in seconds. class TemporaryPasswordState < Base attribute :has_password, TD::Types::Bool attribute :valid_for, TD::Types::Integer end end
Version data entries
4 entries across 4 versions & 2 rubygems