webauthnResponse property

  1. @JsonKey.new(includeIfNull: false, name: 'webauthn_response')
dynamic webauthnResponse
final

WebAuthn authentication response

Implementation

@JsonKey(includeIfNull: false, name: 'webauthn_response')
final dynamic webauthnResponse;