Class: Aws::Types::Grant

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AuthorizationCode, JwtBearer, RefreshToken, TokenExchange, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_codeTypes::AuthorizationCodeGrant

Returns the value of attribute authorization_code.



640
641
642
# File 'sig/types.rbs', line 640

def authorization_code
  @authorization_code
end

#jwt_bearerTypes::JwtBearerGrant

Returns the value of attribute jwt_bearer.



641
642
643
# File 'sig/types.rbs', line 641

def jwt_bearer
  @jwt_bearer
end

#refresh_tokenTypes::RefreshTokenGrant

Returns the value of attribute refresh_token.



642
643
644
# File 'sig/types.rbs', line 642

def refresh_token
  @refresh_token
end

#token_exchangeTypes::TokenExchangeGrant

Returns the value of attribute token_exchange.



643
644
645
# File 'sig/types.rbs', line 643

def token_exchange
  @token_exchange
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


644
645
646
# File 'sig/types.rbs', line 644

def unknown
  @unknown
end