webAuthNId property

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

unique identifier of the WebAuthN authenticator.

Implementation

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

Implementation

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