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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name for this device easily recognized by owner.
1Type of credential. Must be public_key.
public_key Base64 encoded string containing the credential.
1Unique identifier for the device. Recommend using Android_ID on Android and identifierForVendor.
36^[-A-Fa-f0-9]+$client_id of the client (application) this credential is for.
Device credentials successfully created.
The credential's identifier