Class: Aws::Types::AuthorizationCodeGrantMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizationCodeGrantMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_code_grant_credentials_details ⇒ Types::AuthorizationCodeGrantCredentialsDetails
Returns the value of attribute authorization_code_grant_credentials_details.
-
#authorization_code_grant_credentials_source ⇒ "PLAIN_CREDENTIALS"
Returns the value of attribute authorization_code_grant_credentials_source.
-
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
-
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
Instance Attribute Details
#authorization_code_grant_credentials_details ⇒ Types::AuthorizationCodeGrantCredentialsDetails
Returns the value of attribute authorization_code_grant_credentials_details.
823 824 825 |
# File 'sig/types.rbs', line 823 def @authorization_code_grant_credentials_details end |
#authorization_code_grant_credentials_source ⇒ "PLAIN_CREDENTIALS"
Returns the value of attribute authorization_code_grant_credentials_source.
822 823 824 |
# File 'sig/types.rbs', line 822 def @authorization_code_grant_credentials_source end |
#base_endpoint ⇒ ::String
Returns the value of attribute base_endpoint.
820 821 822 |
# File 'sig/types.rbs', line 820 def base_endpoint @base_endpoint end |
#redirect_url ⇒ ::String
Returns the value of attribute redirect_url.
821 822 823 |
# File 'sig/types.rbs', line 821 def redirect_url @redirect_url end |