# Account Service

coming soon

accountStatus = new EventEmitter<AccountStatus>()
userTokenPresent(): boolean  
logout(): void  
async login(customer: CustomerAccessTokenCreateInput, pathOnSuccess: string): Promise<boolean | any>