Member Junction
    Preparing search index...

    Options for storing a new credential.

    interface StoreCredentialOptions {
        categoryId?: string;
        description?: string;
        expiresAt?: Date;
        iconClass?: string;
        isDefault?: boolean;
    }
    Index

    Properties

    categoryId?: string

    Optional: Category ID to organize the credential.

    description?: string

    Optional: Description for the credential.

    expiresAt?: Date

    Optional: Expiration date.

    iconClass?: string

    Optional: Icon class for UI display.

    isDefault?: boolean

    If true, this credential will be set as the default for its type.