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

    Interface iCreateDeveloperAppPayload

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

    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.