TokenRequest
Request body for obtaining an authorization token.
- clientType: string
_id requiredUnique identifier for the client application.
- clientType: string
_secret requiredSecret key for the client application.
- grantType: string
_type requiredMust be 'client_credentials' for this flow.