How do I remember onContinuePostLogin success between login?

Hello,

I am trying to setup an additional requirement on login using Action Redirects. I see the documentation for “api.authentication.recordMethod” to prevent prompting again for the current login session but is there a way to do this across multiple login sessions? I want to create a custom MFA but I don’t want to force the user to answer my questions each time they login, instead I would like to detect if they are coming from a new device (browser/machine) that I have not seen before and only then require questions. Are there any properties on the event or api inputs that would allow me to know my user is coming from a new device?

Thanks,

Frank