-
Notifications
You must be signed in to change notification settings - Fork 247
Open
Description
PublicKeyCredentialEntry
constructor not accessible
Lines 210 to 220 in 33c4bc2
PublicKeyCredentialEntry( | |
context = applicationContext, | |
username = passkey.username, | |
pendingIntent = createNewPendingIntent( | |
GET_PASSKEY_INTENT_ACTION, | |
data | |
), | |
beginGetPublicKeyCredentialOption = option, | |
displayName = passkey.displayName, | |
icon = passkey.icon | |
) |
PublicKeyCredentialEntry
constructor is internal
, we need to use PublicKeyCredentialEntry.Builder
Snippet is used here and needs updating - https://developer.android.com/identity/sign-in/credential-provider#handle-user-sign-in
Metadata
Metadata
Assignees
Labels
No labels