Issue tokens

Issue access tokens using various grant types:

  • client_credentials: Exchange client credentials for an access token
  • urn:ietf:params:oauth:grant-type:jwt-bearer: Exchange JWT assertion (Keycloak for brokerdash or Google for admin)
  • refresh_token: Refresh an admin access token using a refresh token
Form Data
string
length ≤ 16384

Client assertion JWT (if using private_key_jwt)

string
enum

Client assertion type (if using private_key_jwt)

Allowed:
string
length between 20 and 32

Client ID

string
length ≤ 128

Client secret (if using client_secret)

string
enum
required

Grant type

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json