Class: Aws::Types::OidcOptions
- Inherits:
-
Object
- Object
- Aws::Types::OidcOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
15219 15220 15221 |
# File 'sig/types.rbs', line 15219 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
15222 15223 15224 |
# File 'sig/types.rbs', line 15222 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
15223 15224 15225 |
# File 'sig/types.rbs', line 15223 def client_secret @client_secret end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
15218 15219 15220 |
# File 'sig/types.rbs', line 15218 def issuer @issuer end |
#scope ⇒ ::String
Returns the value of attribute scope.
15224 15225 15226 |
# File 'sig/types.rbs', line 15224 def scope @scope end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
15220 15221 15222 |
# File 'sig/types.rbs', line 15220 def token_endpoint @token_endpoint end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
15221 15222 15223 |
# File 'sig/types.rbs', line 15221 def user_info_endpoint @user_info_endpoint end |