GetPasswordOption
public final class GetPasswordOption extends CredentialOption
A request to retrieve the user's saved application password from their password provider.
Summary
Public constructors |
|---|
GetPasswordOption(Constructs a |
Public methods |
|
|---|---|
final @NonNull Set<@NonNull 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 methods |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Public constructors
GetPasswordOption
public GetPasswordOption(
@NonNull Set<@NonNull String> allowedUserIds,
boolean isAutoSelectAllowed,
@NonNull Set<@NonNull ComponentName> allowedProviders
)
Constructs a GetPasswordOption.
| Parameters | |
|---|---|
@NonNull Set<@NonNull String> allowedUserIds |
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 |
boolean isAutoSelectAllowed |
false by default, allows auto selecting a password if there is only one available |
@NonNull Set<@NonNull ComponentName> allowedProviders |
a set of provider service |