Skip to content

Commit 43495bd

Browse files
committed
export the user management version
1 parent 8e34d41 commit 43495bd

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/user-management/interfaces/authorization-url-options.interface.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,3 @@ export interface UserManagementAuthorizationURLOptions {
1616
state?: string;
1717
screenHint?: 'sign-up' | 'sign-in';
1818
}
19-
20-
/**
21-
* @deprecated Use UserManagementAuthorizationURLOptions instead
22-
*/
23-
export interface AuthorizationURLOptions
24-
extends UserManagementAuthorizationURLOptions {}

src/user-management/interfaces/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ export * from './authenticate-with-refresh-token-options.interface';
88
export * from './authenticate-with-session-cookie.interface';
99
export * from './authenticate-with-totp-options.interface';
1010
export * from './authentication-event.interface';
11-
export * from './authentication-response.interface';
1211
export * from './authentication-radar-risk-detected-event.interface';
12+
export * from './authentication-response.interface';
13+
export * from './authorization-url-options.interface';
1314
export * from './create-magic-auth-options.interface';
1415
export * from './create-organization-membership-options.interface';
1516
export * from './create-password-reset-options.interface';

0 commit comments

Comments
 (0)