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

    Interface iCreateDynamicDataStorePayload

    interface iCreateDynamicDataStorePayload {
        handlerId: string;
        label: string;
        publicUseInClaims?: boolean;
    }
    Index

    Properties

    handlerId: string

    The handler ID for the dynamic data store

    label: string

    The label of the dynamic data store

    publicUseInClaims?: boolean

    Whether the dynamic data store should be public. If true, the data can be accessed without authentication. Defaults to false (private).