Class: Aws::Types::GetTokensFromRefreshTokenRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:refresh_token, :client_id, :client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def client_id
  @client_id
end

#client_metadata::Hash[::String, ::String]

Returns the value of attribute client_metadata.

Returns:

  • (::Hash[::String, ::String])


1256
1257
1258
# File 'sig/types.rbs', line 1256

def 
  
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def client_secret
  @client_secret
end

#device_key::String

Returns the value of attribute device_key.

Returns:

  • (::String)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def device_key
  @device_key
end

#refresh_token::String

Returns the value of attribute refresh_token.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def refresh_token
  @refresh_token
end