Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class KtorPasskeyRoutes(val registerOptionsPath: String = "/webauthn/registration/start", val registerFinishPath: String = "/webauthn/registration/finish", val signInOptionsPath: String = "/webauthn/authentication/start", val signInFinishPath: String = "/webauthn/authentication/finish")

Route configuration for a codec-neutral Ktor passkey backend.