Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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]