auth property

  1. @TagNumber(5)
LocationAuth auth

Location authentication secrets.

Implementation

@$pb.TagNumber(5)
LocationAuth get auth => $_getN(4);
  1. @TagNumber(5)
void auth=(LocationAuth v)

Implementation

@$pb.TagNumber(5)
set auth(LocationAuth v) { setField(5, v); }