export type AuthenticationStatus = 'AUTHENTICATED' | 'FAILED' | 'REJECTED';