Class: Aws::Types::Grant
- Inherits:
-
Object
- Object
- Aws::Types::Grant
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AuthorizationCode, JwtBearer, RefreshToken, TokenExchange, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_code ⇒ Types::AuthorizationCodeGrant
Returns the value of attribute authorization_code.
-
#jwt_bearer ⇒ Types::JwtBearerGrant
Returns the value of attribute jwt_bearer.
-
#refresh_token ⇒ Types::RefreshTokenGrant
Returns the value of attribute refresh_token.
-
#token_exchange ⇒ Types::TokenExchangeGrant
Returns the value of attribute token_exchange.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#authorization_code ⇒ Types::AuthorizationCodeGrant
Returns the value of attribute authorization_code.
643 644 645 |
# File 'sig/types.rbs', line 643 def @authorization_code end |
#jwt_bearer ⇒ Types::JwtBearerGrant
Returns the value of attribute jwt_bearer.
644 645 646 |
# File 'sig/types.rbs', line 644 def jwt_bearer @jwt_bearer end |
#refresh_token ⇒ Types::RefreshTokenGrant
Returns the value of attribute refresh_token.
645 646 647 |
# File 'sig/types.rbs', line 645 def refresh_token @refresh_token end |
#token_exchange ⇒ Types::TokenExchangeGrant
Returns the value of attribute token_exchange.
646 647 648 |
# File 'sig/types.rbs', line 646 def token_exchange @token_exchange end |
#unknown ⇒ Object
Returns the value of attribute unknown.
647 648 649 |
# File 'sig/types.rbs', line 647 def unknown @unknown end |