webauthn-0.5.0.1: Relying party (server) implementation of the WebAuthn 2 specification
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

Crypto.WebAuthn.AttestationStatementFormat

Description

This module exports all supported attestation statement formats by this library.

Synopsis

Documentation

allSupportedFormats :: SupportedAttestationStatementFormats Source #

All supported attestation statement formats of this library. This value can be passed to decodeCreatedPublicKeyCredential. Since SupportedAttestationStatementFormats is a Semigroup the <> operator can be used to add additional formats if needed.