bunway
    Preparing search index...

    Interface TokenVaultOptions

    interface TokenVaultOptions {
        accessExpiresIn: number;
        accessSecret: string;
        cookie?: CookieConfig;
        onReuse?: (familyId: string, req?: BunRequest) => void | Promise<void>;
        refreshExpiresIn: number;
        refreshSecret: string;
        store?: VaultStore;
    }
    Index

    Properties

    accessExpiresIn: number
    accessSecret: string
    cookie?: CookieConfig
    onReuse?: (familyId: string, req?: BunRequest) => void | Promise<void>
    refreshExpiresIn: number
    refreshSecret: string
    store?: VaultStore