Functions
AuthProvider
- AuthProvider(options: { children: ReactNode; logout?: any }): ReactElement<any, string | JSXElementConstructor<any>>
Parameters
options: { children: ReactNode; logout?: any }
children: ReactNode
logout?:function
Returns ReactElement<any, string | JSXElementConstructor<any>>
useAuthContext
- useAuthContext(): AuthContext