Function: useAuthController
▸ useAuthController<UserType
>(): AuthController
<UserType
>
Hook to retrieve the AuthContext.
Consider that in order to use this hook you need to have a parent
FireCMS
see
AuthController
Type parameters
Name | Type |
---|---|
UserType | extends User = User |
Returns
AuthController
<UserType
>