Re: [webauthn] Add new isPasskeyPlatformAuthenticatorAvailable() method (#1901)

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