Type Alias OAuthClientSecretResponse

Response schema for creating an OAuth client application secret

type OAuthClientSecretResponse = {
    clientId: string;
    clientSecret: string;
    createdAt?: string;
    createdBy?: string;
    hint: string;
}
Index

Properties

clientId: string

Client application id

clientSecret: string

Client application secret

createdAt?: string

The timestamp for when the client-secret record was created.

createdBy?: string

The identifier for the user that created the client-secret record.

hint: string

Client application hint