invalid_client_secret

The `client_secret` does not match this session.

HTTP status401
Error typeauthentication_error
RetryNo. Check the key.

Response shape

{
  "error": {
    "type": "authentication_error",
    "code": "invalid_client_secret",
    "message": "…",
    "doc_url": "https://docs.borga.is/errors/invalid_client_secret",
    "request_id": "req_…"
  }
}

See all error codes and how to handle them.