Sha256: 279f274ec3899aadc7e23015ba8460b19c40c4d2f5b35fdac771eaf9e88479c9
Contents?: true
Size: 372 Bytes
Versions: 3
Compression:
Stored size: 372 Bytes
Contents
module TD::Types # The user needs to confirm authorization on another logged in device by scanning a QR code with the provided link. # # @attr link [TD::Types::String] A tg:// URL for the QR code. # The link will be updated frequently. class AuthorizationState::WaitOtherDeviceConfirmation < AuthorizationState attribute :link, TD::Types::String end end
Version data entries
3 entries across 3 versions & 1 rubygems