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.
640 641 642 |
# File 'sig/types.rbs', line 640 def @authorization_code end |
#jwt_bearer ⇒ Types::JwtBearerGrant
Returns the value of attribute jwt_bearer.
641 642 643 |
# File 'sig/types.rbs', line 641 def jwt_bearer @jwt_bearer end |
#refresh_token ⇒ Types::RefreshTokenGrant
Returns the value of attribute refresh_token.
642 643 644 |
# File 'sig/types.rbs', line 642 def refresh_token @refresh_token end |
#token_exchange ⇒ Types::TokenExchangeGrant
Returns the value of attribute token_exchange.
643 644 645 |
# File 'sig/types.rbs', line 643 def token_exchange @token_exchange end |
#unknown ⇒ Object
Returns the value of attribute unknown.
644 645 646 |
# File 'sig/types.rbs', line 644 def unknown @unknown end |