- From: Arian van Putten via GitHub <sysbot+gh@w3.org>
- Date: Thu, 15 Jun 2023 14:29:39 +0000
- To: public-webauthn@w3.org
Just a thought, but how about we introduce a new function that give structured info about available credential type support?
```
getAvailableCredentialProperties : Promise<AvailableCredentialProperties>
interface AvailableCredentialProperties {
transportsAvailable: []CredentialTransport
conditionalMediationAvailable: bool
userVerificationAvailable: bool
residentKeyAvailable: bool
}
```
--
GitHub Notification of comment by arianvp
Please view or discuss this issue at https://github.com/w3c/webauthn/pull/1901#issuecomment-1593179039 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 15 June 2023 14:29:40 UTC