Class: Aws::Types::AuthorizationCodeGrantDetails
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizationCodeGrantDetails
- 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.
-
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
Instance Attribute Details
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
815 816 817 |
# File 'sig/types.rbs', line 815 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
812 813 814 |
# File 'sig/types.rbs', line 812 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
813 814 815 |
# File 'sig/types.rbs', line 813 def client_secret @client_secret end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
814 815 816 |
# File 'sig/types.rbs', line 814 def token_endpoint @token_endpoint end |