BeginGetPasswordOption
public final class BeginGetPasswordOption extends BeginGetCredentialOption
| java.lang.Object | ||
| ↳ | androidx.credentials.provider.BeginGetCredentialOption | |
| ↳ | androidx.credentials.provider.BeginGetPasswordOption |
A request to a password provider to begin the flow of retrieving the user's saved passwords.
Providers must use the parameters in this option to retrieve the corresponding credentials' metadata, and then return them in the form of a list of PasswordCredentialEntry set on the BeginGetCredentialResponse.
Note : Credential providers are not expected to utilize the constructor in this class for any production flow. This constructor must only be used for testing purposes.
Summary
Public constructors |
|---|
Public methods |
|
|---|---|
final @NonNull Set<@NonNull String> |
a optional set of user ids with which the credentials associated are requested; left as empty if the caller app wants to request all the available user credentials |
Inherited methods |
||||||
|---|---|---|---|---|---|---|
|