client_id before it hasclient_secret is ever issued (token_endpoint_auth_method is alwaysnone, the only value this server accepts), and the /oauth/authorizecurl --location 'https://upload.tf/api/v1/api/oauth/register' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"client_name": "string",
"redirect_uris": [
"http://example.com"
],
"scope": "string",
"grant_types": [
"authorization_code"
],
"response_types": [
"code"
],
"token_endpoint_auth_method": "none"
}'{
"client_id": "d1e2f3a4-5b6c-7d8e-9f0a-1b2c3d4e5f6a",
"client_id_issued_at": 0,
"client_name": "string",
"redirect_uris": [
"http://example.com"
],
"grant_types": [
"string"
],
"response_types": [
"string"
],
"token_endpoint_auth_method": "none",
"scope": "string"
}