We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b89d29 commit 87f8afeCopy full SHA for 87f8afe
src/sso/interfaces/authorization-url-options.interface.ts
@@ -8,9 +8,3 @@ export interface SSOAuthorizationURLOptions {
8
redirectUri: string;
9
state?: string;
10
}
11
-
12
-/**
13
- * @deprecated Use SSOAuthorizationURLOptions instead
14
- */
15
-// tslint:disable-next-line:no-empty-interface
16
-export interface AuthorizationURLOptions extends SSOAuthorizationURLOptions {}
0 commit comments