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

Crypto.WebAuthn.AttestationStatementFormat.Apple

Description

This module implements the Apple Anonymous 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 Apple format into the general SomeAttestationStatementFormat type.

data VerificationError Source #

Verification errors specific to Apple attestation

Constructors

NonceMismatch

The nonce found in the certificate extension does not match the expected nonce

Fields

PublicKeyMismatch

The public Key found in the certificate does not match the credential's public key.

Fields