authenticationInfo property

  1. @TagNumber(3)
AuthenticationInfo authenticationInfo

Authentication information.

Implementation

@$pb.TagNumber(3)
AuthenticationInfo get authenticationInfo => $_getN(1);
  1. @TagNumber(3)
void authenticationInfo=(AuthenticationInfo v)

Implementation

@$pb.TagNumber(3)
set authenticationInfo(AuthenticationInfo v) { setField(3, v); }