API Authentication fields

What are the Client fields of Oauth2 authentication?:

https://api.trap.nz/docs/authentication

|client_id |[As provided]|
|client_secret |[As provided]|

I get the following for everything I have tried:

{
“error”: “invalid_client”,
“error_description”: “Client authentication failed”,
“message”: “Client authentication failed”
}