Class: Aws::Types::CreateVerifiedAccessNativeApplicationOidcOptions
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessNativeApplicationOidcOptions
- 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.
3742 3743 3744 |
# File 'sig/types.rbs', line 3742 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
3745 3746 3747 |
# File 'sig/types.rbs', line 3745 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
3746 3747 3748 |
# File 'sig/types.rbs', line 3746 def client_secret @client_secret end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
3741 3742 3743 |
# File 'sig/types.rbs', line 3741 def issuer @issuer end |
#public_signing_key_endpoint ⇒ ::String
Returns the value of attribute public_signing_key_endpoint.
3740 3741 3742 |
# File 'sig/types.rbs', line 3740 def public_signing_key_endpoint @public_signing_key_endpoint end |
#scope ⇒ ::String
Returns the value of attribute scope.
3747 3748 3749 |
# File 'sig/types.rbs', line 3747 def scope @scope end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
3743 3744 3745 |
# File 'sig/types.rbs', line 3743 def token_endpoint @token_endpoint end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
3744 3745 3746 |
# File 'sig/types.rbs', line 3744 def user_info_endpoint @user_info_endpoint end |