com.google.android.gms.auth.managed.password
Stay organized with collections
Save and categorize content based on your preferences.
Contains the password complexity API.
Annotations
Classes
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003eProvides an API to check password complexity on Android devices.\u003c/p\u003e\n"],["\u003cp\u003eUses the \u003ccode\u003ePasswordComplexityServiceClient\u003c/code\u003e for interacting with the API.\u003c/p\u003e\n"],["\u003cp\u003eDelivers results via \u003ccode\u003ePasswordComplexityCheckResult\u003c/code\u003e indicating complexity level or errors.\u003c/p\u003e\n"]]],[],null,["# com.google.android.gms.auth.managed.password\n\nContains the password complexity API.\n\n### Annotations\n\n|--------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [PasswordComplexityCheckResult](/android/reference/com/google/android/gms/auth/managed/password/PasswordComplexityCheckResult) | Result of [PasswordComplexityServiceClient.getPasswordComplexity()](/android/reference/com/google/android/gms/auth/managed/password/PasswordComplexityServiceClient#getPasswordComplexity()) to indicate screen lock complexity, or type of error if check fails. |\n\n### Classes\n\n|------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|\n| [PasswordComplexityServiceClient](/android/reference/com/google/android/gms/auth/managed/password/PasswordComplexityServiceClient) | A [GoogleApi](/android/reference/com/google/android/gms/common/api/GoogleApi) client for password complexity check API. |"]]