Variable FiefAuthContextConst

FiefAuthContext: Context<{
    auth: browser.FiefAuth;
    state: FiefAuthState;
}> = ...

Context storing the index.browser.FiefAuth helper and the authentication state.

Type declaration

Generated using TypeDoc