[Oauth2] Recreate client secret
- Print
- PDF
[Oauth2] Recreate client secret
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
[Oauth2] Recreate client secret
Request
- POST /applications/{applicationId}/oauth2/secret-renewal
Request path
Parameter | Type | Required | Description | Restrictions |
---|---|---|---|---|
applicationId | String | Y | Application Id |
Response
Response body
{
"clientId": "string",
"clientSecret": "string"
}
Parameter | Type | Description | Restrictions |
---|---|---|---|
clientId | String | application client id | |
clientSecret | String | Newly issued application client secret |
Error
Errors that may occur while using this action are listed below. For error response format, see ErrorResponse.
For more information about common errors, see NAVER Cloud Platform API.
HTTP status code | Error code | Error message |
---|---|---|
400 | 400 | |
400 | 9016 |
Was this article helpful?