Package-level declarations
Types
Link copied to clipboard
Request payload for authentication-finish HTTP endpoint.
Link copied to clipboard
@Serializable
Request payload for authentication-start HTTP endpoint.
Link copied to clipboard
Request payload for registration-finish HTTP endpoint.
Link copied to clipboard
@Serializable
Request payload for registration-start HTTP endpoint.
Functions
Link copied to clipboard
fun Application.installWebAuthnRoutes(registrationService: RegistrationService, authenticationService: AuthenticationService)
Link copied to clipboard
fun Route.webAuthnRoutes(registrationService: RegistrationService, authenticationService: AuthenticationService)