Member Junction
    Preparing search index...

    Parameters for creating an API key

    interface CreateAPIKeyParams {
        Description?: string;
        ExpiresAt?: Date;
        Label: string;
        ScopeIDs?: string[];
    }
    Index

    Properties

    Description?: string

    Optional description

    ExpiresAt?: Date

    Optional expiration date

    Label: string

    Human-readable label for the key

    ScopeIDs?: string[]

    Optional scope IDs to assign