본문으로 건너뛰기

OIDCClientSecretResponse

Secret issuance response (returned only on create or rotate). The plaintext client_secret is shown exactly once. Callers must store it immediately; the server retains only the Argon2 hash.

idId (string)필수
client_idClient Id (string)필수
client_secret object

Plaintext secret (confidential clients only). Shown only once.

하나 이상(anyOf)
string
OIDCClientSecretResponse
{
"id": "string",
"client_id": "string",
"client_secret": "string"
}