webauthnRegister property

  1. @BuiltValueField(wireName: r'webauthn_register')
String? webauthnRegister

Register a WebAuthn Security Key It is expected that the JSON returned by the WebAuthn registration process is included here.

Implementation

@BuiltValueField(wireName: r'webauthn_register')
String? get webauthnRegister;