-
Notifications
You must be signed in to change notification settings - Fork 895
config properties passkey properties attestation_preference
GitHub Action edited this page Oct 15, 2024
·
4 revisions
v1.1.0
string
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. |
The default value is:
"direct"