# Functions
NewServer returns a new instance of a Server configured with the provided configuration.
WithWebAuthn sets the webauthn configuration for the server.
# Constants
Timeout is the number of seconds to attempt a graceful shutdown, or for timing out read/write operations.
# Variables
ErrCredentialCloned occurs when an authenticator provides a sign count during assertion that is lower than the previously recorded sign count, as this would indicate that the authenticator may have been cloned.
# Structs
Server is a configurable HTTP server that implements a demo of the WebAuthn specification.
# Type aliases
Option is an option that sets a particular value for the server.