Class: Aws::Types::OidcTokenInfo
- Inherits:
-
Object
- Object
- Aws::Types::OidcTokenInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#code_challenge ⇒ ::String
Returns the value of attribute code_challenge.
-
#code_verifier ⇒ ::String
Returns the value of attribute code_verifier.
-
#expires_in ⇒ ::Integer
Returns the value of attribute expires_in.
-
#id_token ⇒ ::String
Returns the value of attribute id_token.
-
#refresh_token ⇒ ::String
Returns the value of attribute refresh_token.
-
#token_type ⇒ ::String
Returns the value of attribute token_type.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
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.
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.
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.
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.
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.
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.
682 683 684 |
# File 'sig/types.rbs', line 682 def token_type @token_type end |