Class: Aws::Types::OidcConfig
- Inherits:
-
Object
- Object
- Aws::Types::OidcConfig
- 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.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#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.
9614 9615 9616 |
# File 'sig/types.rbs', line 9614 def authentication_request_extra_params @authentication_request_extra_params end |
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
9608 9609 9610 |
# File 'sig/types.rbs', line 9608 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
9605 9606 9607 |
# File 'sig/types.rbs', line 9605 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
9606 9607 9608 |
# File 'sig/types.rbs', line 9606 def client_secret @client_secret end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
9607 9608 9609 |
# File 'sig/types.rbs', line 9607 def issuer @issuer end |
#jwks_uri ⇒ ::String
Returns the value of attribute jwks_uri.
9612 9613 9614 |
# File 'sig/types.rbs', line 9612 def jwks_uri @jwks_uri end |
#logout_endpoint ⇒ ::String
Returns the value of attribute logout_endpoint.
9611 9612 9613 |
# File 'sig/types.rbs', line 9611 def logout_endpoint @logout_endpoint end |
#scope ⇒ ::String
Returns the value of attribute scope.
9613 9614 9615 |
# File 'sig/types.rbs', line 9613 def scope @scope end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
9609 9610 9611 |
# File 'sig/types.rbs', line 9609 def token_endpoint @token_endpoint end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
9610 9611 9612 |
# File 'sig/types.rbs', line 9610 def user_info_endpoint @user_info_endpoint end |