Class: Aws::Types::OidcJwtConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OidcJwtConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#claim_attribute_path ⇒ ::String
Returns the value of attribute claim_attribute_path.
-
#identity_store_attribute_path ⇒ ::String
Returns the value of attribute identity_store_attribute_path.
-
#issuer_url ⇒ ::String
Returns the value of attribute issuer_url.
-
#jwks_retrieval_option ⇒ "OPEN_ID_DISCOVERY"
Returns the value of attribute jwks_retrieval_option.
Instance Attribute Details
#claim_attribute_path ⇒ ::String
Returns the value of attribute claim_attribute_path.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def claim_attribute_path @claim_attribute_path end |
#identity_store_attribute_path ⇒ ::String
Returns the value of attribute identity_store_attribute_path.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def identity_store_attribute_path @identity_store_attribute_path end |
#issuer_url ⇒ ::String
Returns the value of attribute issuer_url.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def issuer_url @issuer_url end |
#jwks_retrieval_option ⇒ "OPEN_ID_DISCOVERY"
Returns the value of attribute jwks_retrieval_option.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def jwks_retrieval_option @jwks_retrieval_option end |