@faable/auth-js - v2.8.1
    Preparing search index...

    Interface LastUsedCookieOptions

    Attribute overrides for the "last used login method" hint cookie written after a confirmed login (see FaableAuthClient.getLastUsedLoginMethod).

    Independent from CookieOptions on purpose: setting cookieOptions switches the whole session storage to cookies, while this only affects the dedicated hint cookie.

    interface LastUsedCookieOptions {
        domain?: string;
        maxAge?: number;
    }
    Index

    Properties

    Properties

    domain?: string

    (Optional) Cookie domain. Use a leading dot to share the hint across subdomains, e.g. .example.com.

    maxAge?: number

    (Optional) Cookie lifetime in seconds. Defaults to 180 days.