Trails Packages
    Preparing search index...

    Interface AuthStateAuthenticationError

    This state indicates an error during authentication. This state should used for errors in the authentication workflow (e.g. backend unavailable) rather than failed login attempts (e.g. invalid credentials).

    interface AuthStateAuthenticationError {
        error: Error;
        kind: "error";
    }
    Index
    error: Error
    kind: "error"