AttestationFormat

Values for an attestation object's fmt. Defines the format of the attestation statement from the authenticator.

type AttestationFormat =
| "fido-u2f"
| "packed"
| "android-safetynet"
| "android-key"
| "tpm"
| "apple"
| "none";

§Type

§
"fido-u2f" | "packed" | "android-safetynet" | "android-key" | "tpm" | "apple" | "none"
[src]