| Stability | experimental |
|---|---|
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Crypto.WebAuthn.AttestationStatementFormat
Description
This module exports all supported attestation statement formats by this library.
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.