UNPKG

@boligmappa/web-component-auth

Version:

Web component for authenticating a user towards Boligmappa

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