Type
recommendation.type
enum
recommendation.type
enumPossible values
TERMINATE_SESSION
Terminate the user's session across all accounts, forcing them to log in again.
NOTIFY_USER
Send a notification to the user, and possibly follow up to get more information.
NOTIFY_USER_WITH_LINK
Send a notification to the user that includes a link to verify that this action was intentional.
INVALIDATE_PASSWORD
Invalidate the user's password, and send them a link to reset it.
FLAG_FOR_NEXT
If another security event occurs for this user, perform the recommended action.
BAN_IP
Ban this IP from accessing your application until further resolution.
BAN_DEVICE
Ban this device from accessing your application until further resolution.
BAN_ACTION
Ban this user from performing an action according to the given parameters.
Last updated