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

Crypto.WebAuthn.AttestationStatementFormat.None

Description

This module implements the None Attestation Statement Format. Note that this attestation statement format is currently not registered in the WebAuthn Attestation Statement Format Identifiers IANA registry.

Synopsis

Documentation

format :: SomeAttestationStatementFormat Source #

Helper function that wraps the None format into the general SomeAttestationStatementFormat type.