webauthn-0.1.0.0: Relying party (server) implementation of the WebAuthn 2 specification
Stabilityexperimental
Safe HaskellNone
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.