Package-level declarations
Types
Link copied to clipboard
@Serializable
Default start payload for the authentication endpoint.
Link copied to clipboard
Outcome of the default /webauthn/... finish response contract.
Link copied to clipboard
class KotlinxKtorPasskeyBackend(httpClient: HttpClient, endpointBase: String, routes: KtorPasskeyRoutes = KtorPasskeyRoutes())
Default typed backend for the /webauthn/... HTTP contract using Kotlinx Serialization.
Link copied to clipboard
class KotlinxKtorPasskeyContractCodec : KtorPasskeyContractCodec<RegistrationStartPayload, Unit, DefaultPasskeyFinishResult, AuthenticationStartPayload, Unit, DefaultPasskeyFinishResult>
Kotlinx Serialization codec for the default /webauthn/... contract.
Link copied to clipboard
@Serializable
Default start payload for the registration endpoint.