Member Junction
    Preparing search index...

    Interface CreateAPIKeyParams

    Parameters for creating a new API key

    interface CreateAPIKeyParams {
        Description?: string;
        ExpiresAt?: Date;
        Label: string;
        UserId: string;
    }
    Index

    Properties

    Description?: string

    Optional description

    ExpiresAt?: Date

    Optional expiration date

    Label: string

    Label for identifying the key

    UserId: string

    User ID the key belongs to