Implement token endpoint

Returns access token base on client credential.

Form Data
string
enum
required

OAuth2 grant type. Since currently just support Client Credentials Grant,
so its value must be client_credentials.

Allowed:
string | null

OAuth2 scope. Since currently we use fixed permission, so backend will ignore the field.

Responses

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