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.
9565 9566 9567 |
# File 'sig/types.rbs', line 9565 def authentication_request_extra_params @authentication_request_extra_params end |
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
9559 9560 9561 |
# File 'sig/types.rbs', line 9559 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
9557 9558 9559 |
# File 'sig/types.rbs', line 9557 def client_id @client_id end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
9558 9559 9560 |
# File 'sig/types.rbs', line 9558 def issuer @issuer end |
#jwks_uri ⇒ ::String
Returns the value of attribute jwks_uri.
9563 9564 9565 |
# File 'sig/types.rbs', line 9563 def jwks_uri @jwks_uri end |
#logout_endpoint ⇒ ::String
Returns the value of attribute logout_endpoint.
9562 9563 9564 |
# File 'sig/types.rbs', line 9562 def logout_endpoint @logout_endpoint end |
#scope ⇒ ::String
Returns the value of attribute scope.
9564 9565 9566 |
# File 'sig/types.rbs', line 9564 def scope @scope end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
9560 9561 9562 |
# File 'sig/types.rbs', line 9560 def token_endpoint @token_endpoint end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
9561 9562 9563 |
# File 'sig/types.rbs', line 9561 def user_info_endpoint @user_info_endpoint end |