WebAuthn Kotlin Multiplatform API
Toggle table of contents
0.4.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
WebAuthn Kotlin Multiplatform API
webauthn-client-flow
/
dev.webauthn.client
/
AuthenticationBackend
Authentication
Backend
interface
AuthenticationBackend
<
Input
,
State
,
Output
>
Backend contract for an authentication ceremony with opaque state and application output.
Members
Functions
finish
Link copied to clipboard
abstract
suspend
fun
finish
(
state
:
State
,
response
:
RawAuthenticationResponse
)
:
Output
start
Link copied to clipboard
abstract
suspend
fun
start
(
input
:
Input
)
:
CeremonyStart
<
State
,
PublicKeyCredentialRequestOptions
>