Auth0 · Schema

CreatePublicKeyDeviceCredentialResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id string The credential's identifier
View JSON Schema on GitHub

JSON Schema

auth0-createpublickeydevicecredentialresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreatePublicKeyDeviceCredentialResponseContent",
  "title": "CreatePublicKeyDeviceCredentialResponseContent",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The credential's identifier",
      "default": "dcr_0000000000000001"
    }
  }
}