Enumerations

The following enumerations are available globally.

  • The type of a SDK’s object provided by QR code or none if the type is unknown

    See more
  • Keys password policy.

    Supports 4 types:

    .optional — password is optional. If user sets password the minimal password length – 6 characters.

    .short — password is required. Minimal password length – 6 characters.

    .longWithLetters — password is required. Minimal password length – 8 characters. Necessarily to include both - uppercase and lowercase letters.

    .longWithLettersAndDigits — password is required. Minimal password length – 8 characters. Necessarily to include at least one character from each category – uppercase letters, lowercase letters and digits.

    See more