• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79

Reauthentication Authentication Type. More...

Description

Use constants in this enumeration to get the Reauthentication type which was used for reauthentication. One of the following will be returned. The AuthenticationManager.getReauthenticationAuthType method always returns one of these values.

Public Attributes

 None =(ReauthNDKConstants.TYPE_NONE)
 
 NoPassword =(ReauthNDKConstants.TYPE_NO_PASSWORD)
 
 Password =(ReauthNDKConstants.TYPE_PASSWORD)
 
 Biometric =(ReauthNDKConstants.TYPE_BIOMETRICS)
 
 GracePeriod =(ReauthNDKConstants.TYPE_GRACE_PERIOD)
 
 TrustedAuthenticator =(ReauthNDKConstants.TYPE_TRUSTED_AUTH)
 

Member Data Documentation

◆ None

None =(ReauthNDKConstants.TYPE_NONE)

None. Default value which will be used by default when reauthentication request returns with error.

◆ NoPassword

NoPassword =(ReauthNDKConstants.TYPE_NO_PASSWORD)

User is not required to set a password by policy. The user has just acknowledged the request without providing a credential.

◆ Password

Password =(ReauthNDKConstants.TYPE_PASSWORD)

User authenticated with a password.

◆ Biometric

Biometric =(ReauthNDKConstants.TYPE_BIOMETRICS)

User authenticated with biometrics.

◆ GracePeriod

GracePeriod =(ReauthNDKConstants.TYPE_GRACE_PERIOD)

User has recently authenticated within the grace period.

◆ TrustedAuthenticator

TrustedAuthenticator =(ReauthNDKConstants.TYPE_TRUSTED_AUTH)

User has authenticated with the help of a Trusted Authenticator Application.