KotlinxWebAuthnJsonCodec

class KotlinxWebAuthnJsonCodec(json: Json = Json { encodeDefaults = false ignoreUnknownKeys = true }) : WebAuthnJsonCodec

kotlinx.serialization implementation of the neutral WebAuthnJsonCodec boundary.

Constructors

Link copied to clipboard
constructor(json: Json = Json { encodeDefaults = false ignoreUnknownKeys = true })

Functions