Class: Aws::Types::AuthenticationResultType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token, :refresh_token, :id_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def access_token
  @access_token
end

#expires_in::Integer

Returns the value of attribute expires_in.

Returns:

  • (::Integer)


458
459
460
# File 'sig/types.rbs', line 458

def expires_in
  @expires_in
end

#id_token::String

Returns the value of attribute id_token.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def id_token
  @id_token
end

#new_device_metadataTypes::NewDeviceMetadataType

Returns the value of attribute new_device_metadata.



462
463
464
# File 'sig/types.rbs', line 462

def 
  @new_device_metadata
end

#refresh_token::String

Returns the value of attribute refresh_token.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def refresh_token
  @refresh_token
end

#token_type::String

Returns the value of attribute token_type.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def token_type
  @token_type
end