WebAuthn Kotlin Multiplatform API
0.4.1-SNAPSHOT
      Target filter
Search in API
Skip to content
    WebAuthn Kotlin Multiplatform API
webauthn-json-kotlinx/dev.webauthn.serialization/WebAuthnDtoMapper/fromModel

fromModel

fun fromModel(value: PublicKeyCredentialCreationOptions): PublicKeyCredentialCreationOptionsDto
fun fromModel(value: PublicKeyCredentialRequestOptions): PublicKeyCredentialRequestOptionsDto
fun fromModel(value: RegistrationResponse): RegistrationResponseDto
fun fromModel(value: AuthenticationResponse): AuthenticationResponseDto
fun fromModel(value: AuthenticationExtensionsClientInputs): AuthenticationExtensionsClientInputsDto
fun fromModel(value: AuthenticationExtensionsClientOutputs): AuthenticationExtensionsClientOutputsDto


fun fromModel(value: RawRegistrationResponse): RegistrationResponseDto

Maps raw, untrusted registration output without interpreting authenticator-data bytes.


fun fromModel(value: RawAuthenticationResponse): AuthenticationResponseDto

Maps raw, untrusted authentication output without interpreting authenticator-data bytes.

Generated by Dokka
© 2026 Copyright