Function: useAuthController()
useAuthController<
USER
,AuthControllerType
>():AuthControllerType
Hook to retrieve the AuthContext.
Consider that in order to use this hook you need to have a parent
FireCMS
Type Parameters​
• AuthControllerType extends AuthController
<USER
> = AuthController
<USER
>
Returns​
AuthControllerType
See​
AuthController