BeginGetPasswordOption
class BeginGetPasswordOption : BeginGetCredentialOption
| kotlin.Any | ||
| ↳ | 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 |
|---|
BeginGetPasswordOption( |
Public properties |
|
|---|---|
Set<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 properties |
||||||
|---|---|---|---|---|---|---|
|
Public constructors
Public properties
allowedUserIds
val allowedUserIds: Set<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