export interface IdentityProvider { getToken: () => Promise; }