webAuthNId property

  1. @TagNumber.new(4)
String get webAuthNId

unique identifier of the WebAuthN registration, which was returned in the start webauthn registration.

Implementation

@$pb.TagNumber(4)
$core.String get webAuthNId => $_getSZ(3);
  1. @TagNumber.new(4)
set webAuthNId (String value)

Implementation

@$pb.TagNumber(4)
set webAuthNId($core.String value) => $_setString(3, value);