auth-vir - v2.3.8
    Preparing search index...

    Function wipeCurrentCsrfToken

    • Wipes the current stored CSRF token. This should be used by client (frontend) code to logout a user or react to a session timeout.

      Parameters

      • overrides: PartialWithUndefined<
            { csrfHeaderName: string; localStorage: Pick<Storage, "removeItem"> },
        > = {}

      Returns void