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 abae790 commit 1a043f5Copy full SHA for 1a043f5
src/FusionAuthClient.ts
@@ -9478,6 +9478,7 @@ export interface UserLoginSuccessEvent extends BaseEvent {
9478
* @author Daniel DeGroff
9479
*/
9480
export interface UserLoginSuspiciousEvent extends UserLoginSuccessEvent {
9481
+ threatsDetected?: Array<AuthenticationThreats>;
9482
}
9483
9484
export interface UsernameModeration extends Enableable {
0 commit comments