Class: Aws::Types::ReadAuthorizationCodeGrantDetails
- Inherits:
-
Object
- Object
- Aws::Types::ReadAuthorizationCodeGrantDetails
- 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.
-
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
Instance Attribute Details
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
9513 9514 9515 |
# File 'sig/types.rbs', line 9513 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
9511 9512 9513 |
# File 'sig/types.rbs', line 9511 def client_id @client_id end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
9512 9513 9514 |
# File 'sig/types.rbs', line 9512 def token_endpoint @token_endpoint end |