auth property
The request authentication. May be absent for unauthenticated requests.
Derived from the HTTP request Authorization header or equivalent.
Implementation
@$pb.TagNumber(13)
AttributeContext_Auth get auth => $_getN(11);
Implementation
@$pb.TagNumber(13)
set auth(AttributeContext_Auth v) { setField(13, v); }