IAuthContextProps: {
    authenticated: boolean;
    token: string | null;
    userInfo: Object | null;
}

Type declaration

  • authenticated: boolean
  • token: string | null
  • userInfo: Object | null

Generated using TypeDoc