Class: Aws::Types::OpenIdConnectTokenSelection
- Inherits:
-
Object
- Object
- Aws::Types::OpenIdConnectTokenSelection
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AccessTokenOnly, IdentityTokenOnly, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token_only ⇒ Types::OpenIdConnectAccessTokenConfiguration
Returns the value of attribute access_token_only.
-
#identity_token_only ⇒ Types::OpenIdConnectIdentityTokenConfiguration
Returns the value of attribute identity_token_only.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#access_token_only ⇒ Types::OpenIdConnectAccessTokenConfiguration
Returns the value of attribute access_token_only.
850 851 852 |
# File 'sig/types.rbs', line 850 def access_token_only @access_token_only end |
#identity_token_only ⇒ Types::OpenIdConnectIdentityTokenConfiguration
Returns the value of attribute identity_token_only.
851 852 853 |
# File 'sig/types.rbs', line 851 def identity_token_only @identity_token_only end |
#unknown ⇒ Object
Returns the value of attribute unknown.
852 853 854 |
# File 'sig/types.rbs', line 852 def unknown @unknown end |