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.
- string
- null
string
OIDCClientSecretResponse
{
"id": "string",
"client_id": "string",
"client_secret": "string"
}