export interface AuthCodeStorageModel {
    authCode: string;
    idObject: any;
    scope: string;
    redirectUrl: string;
}
//# sourceMappingURL=auth-code-storage-model.d.ts.map