Identity.Api
  1. Schemas
Identity.Api
  • Identity
    • /token
      POST
    • /verify
      GET
  • Schemas
    • Schemas
      • TokenGrantType
      • TokenRequest
  1. Schemas

TokenRequest

{
    "client_id": "string",
    "client_email": "string",
    "client_secret": "string",
    "custom_claims": {
        "property1": null,
        "property2": null
    },
    "grant_type": "client_credentials"
}
Built with