Class: Aws::Types::OidcTokenInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def access_token
  @access_token
end

#code_challenge::String

Returns the value of attribute code_challenge.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def code_challenge
  @code_challenge
end

#code_verifier::String

Returns the value of attribute code_verifier.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def code_verifier
  @code_verifier
end

#expires_in::Integer

Returns the value of attribute expires_in.

Returns:

  • (::Integer)


683
684
685
# File 'sig/types.rbs', line 683

def expires_in
  @expires_in
end

#id_token::String

Returns the value of attribute id_token.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def id_token
  @id_token
end

#refresh_token::String

Returns the value of attribute refresh_token.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def refresh_token
  @refresh_token
end

#token_type::String

Returns the value of attribute token_type.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def token_type
  @token_type
end