bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iUpdateDeveloperAppPayload

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

    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?