webAuthNId property
unique identifier of the WebAuthN registration, which was returned in the start webauthn registration.
Implementation
@$pb.TagNumber(2)
$core.String get webAuthNId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set webAuthNId($core.String v) { $_setString(1, v); }