List the cryptographic algorithms supported for passkey credentials.
Returns the available COSE algorithm identifiers that can be used when creating passkeys. Client SDKs should map these human-readable values to their corresponding COSE numeric identifiers when calling the WebAuthn API.
Ok. The operation succeeded.
List of supported cryptographic algorithms for passkey credentials.
The supported cryptographic algorithms.
COSE (CBOR Object Signing and Encryption) algorithm identifiers for WebAuthn.
These are the commonly supported cryptographic algorithms for passkey credentials. To get the current list of supported algorithms, see List supported passkey algorithms.
Client SDKs should map these human-readable values to their corresponding COSE numeric identifiers:
ES256, RS256, EdDSA, ES384, ES512