export class AuthApi { /** * Check out whether user is signed in or not */ static get SignedIn(): boolean { return false; } }