provider.d.ts 75 B

123
  1. export interface IdentityProvider {
  2. getToken: () => Promise<string>;
  3. }