Optional
requestOptions: DeviceCredentials.RequestOptionsRequest-specific configuration.
Create a device credential public key to manage refresh token rotation for a given user_id
. Device Credentials APIs are designed for ad-hoc administrative use only and paging is by default enabled for GET requests.
When refresh token rotation is enabled, the endpoint becomes consistent. For more information, read Signing Keys.
Optional
requestOptions: DeviceCredentials.RequestOptionsRequest-specific configuration.
Permanently delete a device credential (such as a refresh token or public key) with the given ID.
ID of the credential to delete.
Optional
requestOptions: DeviceCredentials.RequestOptionsRequest-specific configuration.
Protected
_
Retrieve device credential information (
public_key
,refresh_token
, orrotating_refresh_token
) associated with a specific user.