Authenticate Client
Endpoint for client authentication.
Request Body — REQUIRED |
---|
clientAssertion jwt — REQUIREDA JWT representing the client assertion that must be signed using the client's private key. |
grantType string — REQUIREDPossible values: [ Type of grant being requested. |
clientAssertionType string — REQUIREDPossible values: [ Type of client assertion being used. |
scope string — REQUIREDPossible values: [ Scope for authorization. |
Responses | |||
---|---|---|---|
200 Successful authentication
|