Skip to content

Commit 87f8afe

Browse files
committed
Remove deprecated.
1 parent 9b89d29 commit 87f8afe

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/sso/interfaces/authorization-url-options.interface.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,3 @@ export interface SSOAuthorizationURLOptions {
88
redirectUri: string;
99
state?: string;
1010
}
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

Comments
 (0)