starti.app 2.0.130 → 2.0.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,7 @@ export declare class BiometricService {
|
|
|
17
17
|
static promptUseBiometricsNextTime(populatedConfiguration: PopulatedSaveUsernameAndPasswordConfiguration): Promise<boolean>;
|
|
18
18
|
static presentUseBiometricsNextTime(populatedConfiguration: SaveUsernameAndPasswordI18n, biometricsType: BiometricsAuthenticationType): Promise<boolean>;
|
|
19
19
|
static getPopulatedConfiguration(request: SaveUsernameAndPasswordConfiguration): PopulatedSaveUsernameAndPasswordConfiguration;
|
|
20
|
-
static tryLoginAsync(request: SaveUsernameAndPasswordConfiguration): Promise<boolean>;
|
|
20
|
+
static tryLoginAsync(request: SaveUsernameAndPasswordConfiguration, credentialsKey: string): Promise<boolean>;
|
|
21
21
|
private static setInputValue;
|
|
22
22
|
private static getConfigurationKey;
|
|
23
23
|
private static upsertConfigurationKey;
|
package/package.json
CHANGED