File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
src/user-management/interfaces Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff 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 { }
Original file line number Diff line number Diff line change @@ -8,8 +8,9 @@ export * from './authenticate-with-refresh-token-options.interface';
88export * from './authenticate-with-session-cookie.interface' ;
99export * from './authenticate-with-totp-options.interface' ;
1010export * from './authentication-event.interface' ;
11- export * from './authentication-response.interface' ;
1211export * from './authentication-radar-risk-detected-event.interface' ;
12+ export * from './authentication-response.interface' ;
13+ export * from './authorization-url-options.interface' ;
1314export * from './create-magic-auth-options.interface' ;
1415export * from './create-organization-membership-options.interface' ;
1516export * from './create-password-reset-options.interface' ;
You can’t perform that action at this time.
0 commit comments