Class: Aws::Types::NativeApplicationOidcOptions
- Inherits:
-
Object
- Object
- Aws::Types::NativeApplicationOidcOptions
- 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.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
-
#public_signing_key_endpoint ⇒ ::String
Returns the value of attribute public_signing_key_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
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
15258 15259 15260 |
# File 'sig/types.rbs', line 15258 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
15261 15262 15263 |
# File 'sig/types.rbs', line 15261 def client_id @client_id end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
15257 15258 15259 |
# File 'sig/types.rbs', line 15257 def issuer @issuer end |
#public_signing_key_endpoint ⇒ ::String
Returns the value of attribute public_signing_key_endpoint.
15256 15257 15258 |
# File 'sig/types.rbs', line 15256 def public_signing_key_endpoint @public_signing_key_endpoint end |
#scope ⇒ ::String
Returns the value of attribute scope.
15262 15263 15264 |
# File 'sig/types.rbs', line 15262 def scope @scope end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
15259 15260 15261 |
# File 'sig/types.rbs', line 15259 def token_endpoint @token_endpoint end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
15260 15261 15262 |
# File 'sig/types.rbs', line 15260 def user_info_endpoint @user_info_endpoint end |