Home > react-directus > AuthStates
Possible states of the authentication.
Signature:
export type AuthStates = 'loading' | 'authenticated' | 'unauthenticated';