Class: Aws::Types::ExchangeCodeForTokenResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token, :refresh_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token ⇒ ::String

Returns the value of attribute access_token.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def access_token
  @access_token
end

#expires_in ⇒ ::Integer

Returns the value of attribute expires_in.

Returns:

  • (::Integer)


378
379
380
# File 'sig/types.rbs', line 378

def expires_in
  @expires_in
end

#refresh_token ⇒ ::String

Returns the value of attribute refresh_token.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def refresh_token
  @refresh_token
end