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
Define a model for PrepareGetCredentialResponse to encapsulate cached data results.
Combine with getCredential:
Ensure prepareGetCredential works seamlessly with the existing getCredential API.
Use cached data from the PrepareGetCredentialResponse to reduce latency in UI rendering.
Error Handling:
Handle cases where:
prepareGetCredential is called on unsupported Android versions.
Invalid or unsupported options are passed.
Documentation:
Update the documentation to explain:
The purpose of prepareGetCredential.
Usage examples and supported Android versions.
Highlight its benefits for reducing latency in credential selection.
Sample App:
Add a demonstration in the sample app showing how prepareGetCredential enhances the getCredential flow.
Let me know if this works or needs further refinement!
The text was updated successfully, but these errors were encountered:
Feature Request: Add
prepareGetCredential
Method Support for Android Credential ManagerObjective:
Implement the
prepareGetCredential
method to reduce latency when showing the account selector in thegetCredential
process on Android 14 or higher.Tasks:
Review API Documentation:
prepareGetCredential
method in the Android Credential Manager API.GetCredentialRequest
with options likegetPublicKeyCredentialOption
andgetPasswordOption
.Native Android Implementation:
prepareGetCredential
method to:GetCredentialRequest
with relevant options.PrepareGetCredentialResponse
object with cached data.Flutter Integration:
PrepareGetCredentialResponse
to encapsulate cached data results.Combine with
getCredential
:prepareGetCredential
works seamlessly with the existinggetCredential
API.PrepareGetCredentialResponse
to reduce latency in UI rendering.Error Handling:
prepareGetCredential
is called on unsupported Android versions.Documentation:
prepareGetCredential
.Sample App:
prepareGetCredential
enhances thegetCredential
flow.Let me know if this works or needs further refinement!
The text was updated successfully, but these errors were encountered: