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.
3630 3631 3632 |
# File 'sig/types.rbs', line 3630 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
3633 3634 3635 |
# File 'sig/types.rbs', line 3633 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
3634 3635 3636 |
# File 'sig/types.rbs', line 3634 def client_secret @client_secret end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
3629 3630 3631 |
# File 'sig/types.rbs', line 3629 def issuer @issuer end |
#public_signing_key_endpoint ⇒ ::String
Returns the value of attribute public_signing_key_endpoint.
3628 3629 3630 |
# File 'sig/types.rbs', line 3628 def public_signing_key_endpoint @public_signing_key_endpoint end |
#scope ⇒ ::String
Returns the value of attribute scope.
3635 3636 3637 |
# File 'sig/types.rbs', line 3635 def scope @scope end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
3631 3632 3633 |
# File 'sig/types.rbs', line 3631 def token_endpoint @token_endpoint end |
#user_info_endpoint ⇒ ::String
Returns the value of attribute user_info_endpoint.
3632 3633 3634 |
# File 'sig/types.rbs', line 3632 def user_info_endpoint @user_info_endpoint end |