Sha256: ef3b84b2608a903c4dd7ead42ac078f64ddc669db9ba4fa8d306bbcc7e8d5057
Contents?: true
Size: 390 Bytes
Versions: 4
Compression:
Stored size: 390 Bytes
Contents
module TD::Types # An authentication code is delivered by an immediately cancelled call to the specified phone number. # The number from which the call was made is the code. # # @attr pattern [String] Pattern of the phone number from which the call will be made. class AuthenticationCodeType::FlashCall < AuthenticationCodeType attribute :pattern, TD::Types::String end end
Version data entries
4 entries across 4 versions & 2 rubygems