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.
9145 9146 9147 |
# File 'sig/types.rbs', line 9145 def @authorization_endpoint end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
9143 9144 9145 |
# File 'sig/types.rbs', line 9143 def client_id @client_id end |
#token_endpoint ⇒ ::String
Returns the value of attribute token_endpoint.
9144 9145 9146 |
# File 'sig/types.rbs', line 9144 def token_endpoint @token_endpoint end |