Sha256: 67a982f53286549bc4494ee34627ec0d3bda4356f8279810feb4aa9b3443dc82
Contents?: true
Size: 455 Bytes
Versions: 3
Compression:
Stored size: 455 Bytes
Contents
module TD::Types # Information about the email address authentication code that was sent. # # @attr email_address_pattern [TD::Types::String] Pattern of the email address to which an authentication code was # sent. # @attr length [Integer] Length of the code; 0 if unknown. class EmailAddressAuthenticationCodeInfo < Base attribute :email_address_pattern, TD::Types::String attribute :length, TD::Types::Coercible::Integer end end
Version data entries
3 entries across 3 versions & 1 rubygems