Skip to content

config properties passkey properties attestation_preference

GitHub Action edited this page Sep 4, 2024 · 3 revisions

Version

v1.0.3

attestation_preference Type

string

attestation_preference Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"direct" Indicates that the Relying Party wants to receive the attestation statement as generated by the authenticator.
"indirect" Indicates that the Relying Party prefers an attestation conveyance yielding verifiable attestation statements, but allows the client to decide how to obtain such attestation statements.
"none" Indicates that the Relying Party is not interested in authenticator attestation.

attestation_preference Default Value

The default value is:

"direct"
Clone this wiki locally