Class: Aws::Types::ModifyVerifiedAccessNativeApplicationOidcOptions
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessNativeApplicationOidcOptions
- 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.
-
#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.
14824 14825 14826 |
# File 'sig/types.rbs', line 14824 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
14827 14828 14829 |
# File 'sig/types.rbs', line 14827 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
14828 14829 14830 |
# File 'sig/types.rbs', line 14828 def client_secret @client_secret end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
14823 14824 14825 |
# File 'sig/types.rbs', line 14823 def issuer @issuer end |
#public_signing_key_endpoint ⇒ ::String
Returns the value of attribute public_signing_key_endpoint.
14822 14823 14824 |
# File 'sig/types.rbs', line 14822 def public_signing_key_endpoint @public_signing_key_endpoint end |
#scope ⇒ ::String
Returns the value of attribute scope.
14829 14830 14831 |
# File 'sig/types.rbs', line 14829 def scope @scope end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
14825 14826 14827 |
# File 'sig/types.rbs', line 14825 def token_endpoint @token_endpoint end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
14826 14827 14828 |
# File 'sig/types.rbs', line 14826 def user_info_endpoint @user_info_endpoint end |