Interface UpdateDeveloperAppPayload

interface UpdateDeveloperAppPayload {
    clientId: string;
    description?: string;
    image?: string;
    name?: string;
    redirectUris?: string[];
    rotateClientSecret?: boolean;
}

Properties

clientId: string

Client ID for the app to update.

description?: string

Description of the app.

image?: string

Image for the app.

name?: string

Metadata for for display purposes. Note this should not contain anything sensitive. It may be displayed to verifiers.

redirectUris?: string[]

Redirect URIs for the app.

rotateClientSecret?: boolean

Rotate the client secret?