Type AliasAuthContextValue
AuthContextValue: { isLoggedIn: boolean; isUsingFormsKey: boolean; userFriendlyName: string | undefined; userProfile: UserProfile | null; } Type declaration
isLoggedIn: boolean
isUsingFormsKey: boolean
userFriendlyName: string | undefined
true
if the current user is logged in