export interface IOAuthExchange { expiresInSeconds: number; code: string; creatingClientId: string; }