Client Credentials Flow
This grant allows a Client to directly authenticate itself with the authorization server using its own credentials, in this case Client ID and Client secret.
Request Body
For Client Credentials Grant this must be set to client_credentials
Değer: client_credentials
Audience of to be generated access token.
NOTE: Make sure your client is granted access to use this audience from
Dashboard > Resources > [Your Resource] > Clients
1
2
3
4
5
6
7
8
Loading...
Loading...
Response Body Schema
access_tokenstringZorunlu
Access token value in JWT string
expires_innumberZorunlu
Access token's expiration in seconds
scopestring
Final scopes granted to access token as space separated strings.
token_typestring
Mevcut Değerler: DPoP
Bearer