Class: Aws::Types::OidcConfigForResponse
- Inherits:
-
Object
- Object
- Aws::Types::OidcConfigForResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_request_extra_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute authentication_request_extra_params.
-
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#jwks_uri ⇒ ::String
Returns the value of attribute jwks_uri.
-
#logout_endpoint ⇒ ::String
Returns the value of attribute logout_endpoint.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
-
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
Instance Attribute Details
#authentication_request_extra_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute authentication_request_extra_params.
9580 9581 9582 |
# File 'sig/types.rbs', line 9580 def authentication_request_extra_params @authentication_request_extra_params end |
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
9574 9575 9576 |
# File 'sig/types.rbs', line 9574 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
9572 9573 9574 |
# File 'sig/types.rbs', line 9572 def client_id @client_id end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
9573 9574 9575 |
# File 'sig/types.rbs', line 9573 def issuer @issuer end |
#jwks_uri ⇒ ::String
Returns the value of attribute jwks_uri.
9578 9579 9580 |
# File 'sig/types.rbs', line 9578 def jwks_uri @jwks_uri end |
#logout_endpoint ⇒ ::String
Returns the value of attribute logout_endpoint.
9577 9578 9579 |
# File 'sig/types.rbs', line 9577 def logout_endpoint @logout_endpoint end |
#scope ⇒ ::String
Returns the value of attribute scope.
9579 9580 9581 |
# File 'sig/types.rbs', line 9579 def scope @scope end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
9575 9576 9577 |
# File 'sig/types.rbs', line 9575 def token_endpoint @token_endpoint end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
9576 9577 9578 |
# File 'sig/types.rbs', line 9576 def user_info_endpoint @user_info_endpoint end |