export enum AuthenticationState { Unauthenticated = 'Unauthenticated', InProgress = 'InProgress', Authenticated = 'Authenticated', }