Skip to main content

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)required
client_idClient Id (string)required
client_secret object

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

anyOf
string
OIDCClientSecretResponse
{
"id": "string",
"client_id": "string",
"client_secret": "string"
}