Class OnboardingUserInfo

  • All Implemented Interfaces:

    
    public final class OnboardingUserInfo
    
                        

    Represents the information related to the onboarded user.

    • Method Detail

      • getRetryLimit

         final Integer getRetryLimit()

        The remaining retry attempts before the user is locked out.

      • isCurrentPasscodeDigitalOnly

         final Boolean isCurrentPasscodeDigitalOnly()

        Whether the user's current passcode contains only digits. This reflects the actual passcode type chosen during creation, not the policy constraint. null indicates the value has never been recorded (e.g. users onboarded before this field existed).