authenticationInfo property

  1. @TagNumber.new(3)
AuthenticationInfo get authenticationInfo

Authentication information.

Implementation

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

Implementation

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