webAuthNId property

  1. @TagNumber(2)
String get webAuthNId

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

Implementation

@$pb.TagNumber(2)
$core.String get webAuthNId => $_getSZ(1);
  1. @TagNumber(2)
set webAuthNId (String v)

Implementation

@$pb.TagNumber(2)
set webAuthNId($core.String v) { $_setString(1, v); }