react-directus

Home > react-directus > AuthStates

AuthStates type

Possible states of the authentication.

Signature:

export type AuthStates = 'loading' | 'authenticated' | 'unauthenticated';