Interface CreateDeveloperAppPayload

interface CreateDeveloperAppPayload {
    description: string;
    image: string;
    name: string;
    redirectUris: string[];
}

Properties

description: string

Description of the app.

image: string

Image for the app.

name: string

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

redirectUris: string[]

Redirect URIs for the app.