GetPasswordOption
class GetPasswordOption : CredentialOption
A request to retrieve the user's saved application password from their password provider.
Summary
Public constructors |
|---|
GetPasswordOption(Constructs a |
Public properties |
|
|---|---|
Set<String> |
a optional set of user ids with which the credentials associated are requested; leave as empty if you want to request all the available user credentials |
Inherited properties |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Public constructors
GetPasswordOption
GetPasswordOption(
allowedUserIds: Set<String> = emptySet(),
isAutoSelectAllowed: Boolean = false,
allowedProviders: Set<ComponentName> = emptySet()
)
Constructs a GetPasswordOption.
| Parameters | |
|---|---|
allowedUserIds: Set<String> = emptySet() |
a optional set of user ids with which the credentials associated are requested; leave as empty if you want to request all the available user credentials |
isAutoSelectAllowed: Boolean = false |
false by default, allows auto selecting a password if there is only one available |
allowedProviders: Set<ComponentName> = emptySet() |
a set of provider service |
Public properties
allowedUserIds
val allowedUserIds: Set<String>
a optional set of user ids with which the credentials associated are requested; leave as empty if you want to request all the available user credentials