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.
14922 14923 14924 |
# File 'sig/types.rbs', line 14922 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
14925 14926 14927 |
# File 'sig/types.rbs', line 14925 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
14926 14927 14928 |
# File 'sig/types.rbs', line 14926 def client_secret @client_secret end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
14921 14922 14923 |
# File 'sig/types.rbs', line 14921 def issuer @issuer end |
#scope ⇒ ::String
Returns the value of attribute scope.
14927 14928 14929 |
# File 'sig/types.rbs', line 14927 def scope @scope end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
14923 14924 14925 |
# File 'sig/types.rbs', line 14923 def token_endpoint @token_endpoint end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
14924 14925 14926 |
# File 'sig/types.rbs', line 14924 def user_info_endpoint @user_info_endpoint end |