You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CredentialProvider/MyVault/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The app demonstrates how to:
14
14
- Register as a `CredentialProviderService` so that users can store and retrieve passwords and passkeys using the app.
15
15
- Save passwords/passkeys to the app. These are stored locally in a database for demonstration purposes only. In a real app this data should be sent to a server to allow the user's credentials to be synchronized across all their devices.
16
16
- Retrieve credentials from the app to assist with user login in another app or website.
17
-
- Implement your own biometrics prompt(single tap credential creation & sign-in)
17
+
- Implement your own biometric prompts for single-tap credential creation and sign-in.
Copy file name to clipboardexpand all lines: CredentialProvider/MyVault/app/src/main/java/com/example/android/authentication/myvault/data/CredentialsRepository.kt
+6-6
Original file line number
Diff line number
Diff line change
@@ -186,26 +186,26 @@ class CredentialsRepository(
186
186
/**
187
187
* Configures a {@link PasswordCredentialEntry.Builder} for a given password item.
188
188
*
189
-
* @param passwordItemCurrent The {@link PasswordItem} containing the password details.
189
+
* @param currentPasswordItem The {@link PasswordItem} containing the password details.
190
190
* @param option The {@link BeginGetPasswordOption} containing the request parameters.
191
191
* @return A {@link PasswordCredentialEntry.Builder} configured with the provided
Copy file name to clipboardexpand all lines: CredentialProvider/MyVault/app/src/main/java/com/example/android/authentication/myvault/ui/CreatePasskeyActivity.kt
Copy file name to clipboardexpand all lines: CredentialProvider/MyVault/app/src/main/java/com/example/android/authentication/myvault/ui/CreatePasswordActivity.kt
Copy file name to clipboardexpand all lines: CredentialProvider/MyVault/app/src/main/java/com/example/android/authentication/myvault/ui/GetPasskeyActivity.kt
0 commit comments