allowed_attestation_formats?: readonly (
| "none"
| "packed"
| "fido-u2f"
| "apple"
| "android-key"
| "android-safetynet"
| "tpm"
)[]
Optional Readonlyallowed_client_extensions
allowed_client_extensions?: readonly (
"appidExclude"
| "credProps"
| "largeBlob"
)[]
Optional Readonlyallowed_origins
allowed_origins?: readonly string[]
Readonlyattestation_object
attestation_object: string
Readonlyclient_data_json
client_data_json: string
Optional Readonlyclient_extension_results
client_extension_results?: AuthenticationExtensionsClientOutputs
Readonlycredential_id
credential_id: string
Optional Readonlyexpected_algorithms
expected_algorithms?: readonly number[]
Readonlyexpected_challenge
expected_challenge: string
Optional Readonlymax_safetynet_age_ms
max_safetynet_age_ms?: number
Readonlyorigin
origin: string
Optional Readonlyrequire_safetynet_cts_profile_match
require_safetynet_cts_profile_match?: boolean
Optional Readonlyrequire_trusted_attestation
require_trusted_attestation?: boolean
Optional Readonlyrequire_user_presence
require_user_presence?: boolean
Optional Readonlyrequire_user_verification
require_user_verification?: boolean
Readonlyrp_id
rp_id: string
Optional Readonlytransports
transports?: readonly string[]
Optional Readonlytrust_anchors
trust_anchors?: ReadonlyArray<string | Buffer | Uint8Array>
Optional Readonlytrust_mode
trust_mode?: "none" | "permissive" | "strict"