Class: Aws::Types::AuthenticateOidcActionConfig
- Inherits:
-
Object
- Object
- Aws::Types::AuthenticateOidcActionConfig
- 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.
-
#on_unauthenticated_request ⇒ "deny", ...
Returns the value of attribute on_unauthenticated_request.
-
#scope ⇒ ::String
Returns the value of attribute scope.
-
#session_cookie_name ⇒ ::String
Returns the value of attribute session_cookie_name.
-
#session_timeout ⇒ ::Integer
Returns the value of attribute session_timeout.
-
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
-
#use_existing_client_secret ⇒ Boolean
Returns the value of attribute use_existing_client_secret.
-
#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.
96 97 98 |
# File 'sig/types.rbs', line 96 def authentication_request_extra_params @authentication_request_extra_params end |
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
88 89 90 |
# File 'sig/types.rbs', line 88 def end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
91 92 93 |
# File 'sig/types.rbs', line 91 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
92 93 94 |
# File 'sig/types.rbs', line 92 def client_secret @client_secret end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
87 88 89 |
# File 'sig/types.rbs', line 87 def issuer @issuer end |
#on_unauthenticated_request ⇒ "deny", ...
Returns the value of attribute on_unauthenticated_request.
97 98 99 |
# File 'sig/types.rbs', line 97 def on_unauthenticated_request @on_unauthenticated_request end |
#scope ⇒ ::String
Returns the value of attribute scope.
94 95 96 |
# File 'sig/types.rbs', line 94 def scope @scope end |
#session_cookie_name ⇒ ::String
Returns the value of attribute session_cookie_name.
93 94 95 |
# File 'sig/types.rbs', line 93 def end |
#session_timeout ⇒ ::Integer
Returns the value of attribute session_timeout.
95 96 97 |
# File 'sig/types.rbs', line 95 def session_timeout @session_timeout end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
89 90 91 |
# File 'sig/types.rbs', line 89 def token_endpoint @token_endpoint end |
#use_existing_client_secret ⇒ Boolean
Returns the value of attribute use_existing_client_secret.
98 99 100 |
# File 'sig/types.rbs', line 98 def use_existing_client_secret @use_existing_client_secret end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
90 91 92 |
# File 'sig/types.rbs', line 90 def user_info_endpoint @user_info_endpoint end |