Skip to main content

1E 23.11 (SaaS)

Mobile.GetPasswordQuality

Method

GetPasswordQuality

Module

Mobile

Library

Core

Action

Get the device's password quality, returning the quality of the worst password on the device.

Parameters

(None)

Return values

PasswordQuality(string): The quality of the worst password registered on the device. Indicates one of the following:

  • Numeric-only

  • Numeric-only with no repeating digits

  • Alphabetic-only

  • Alphanumeric-only

  • No password policy requirements

  • No password restrictions imposed

  • Low security biometric password

Example

 Mobile.GetPasswordQuality();

Platforms

  • Android

Notes