auth property

  1. @TagNumber(13)
AttributeContext_Auth auth

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);
  1. @TagNumber(13)
void auth=(AttributeContext_Auth v)

Implementation

@$pb.TagNumber(13)
set auth(AttributeContext_Auth v) { setField(13, v); }