UserAuthenticationSecurityCheck
Overview
The UserAuthenticationSecurityCheck class inherits all the features of CredentialsValidationSecurityCheck and adds:
- The concept of an
AuthenticatedUser
, creating a user identity. - An optional Remember Me capability
Prerequisite: Read the CredentialsValidationSecurityCheck tutorial before continuing.
Select a tutorial:
▲- Implementing the UserAuthenticationSecurityCheck Class
- Implementing the challenge handler in JavaScript (Cordova, Web) applications
- Implementing the challenge handler in iOS applications
- Implementing the challenge handler in Android applications
Last modified on