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)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def client_id
  @client_id
end

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

Returns the value of attribute client_metadata.

Returns:

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


1224
1225
1226
# File 'sig/types.rbs', line 1224

def 
  @client_metadata
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


1222
1223
1224
# File 'sig/types.rbs', line 1222

def client_secret
  @client_secret
end

#device_key::String

Returns the value of attribute device_key.

Returns:

  • (::String)


1223
1224
1225
# File 'sig/types.rbs', line 1223

def device_key
  @device_key
end

#refresh_token::String

Returns the value of attribute refresh_token.

Returns:

  • (::String)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def refresh_token
  @refresh_token
end