| Stability | internal |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
Crypto.WebAuthn.Model.WebIDL.Internal.Encoding
Description
This module handles the encoding of structures passed to the create() and get() methods while Registering a New Credential and Verifying an Authentication Assertion respectively.
Documentation
class Convert a => Encode a where Source #
indicates that the Haskell-specific type Encode hshs can be
encoded to the more generic JavaScript type with the IDL hsencode function.
Minimal complete definition
Nothing