auth property

  1. @TagNumber(6)
FFAuthAction get auth

@doc Authentication actions.

Implementation

@$pb.TagNumber(6)
FFAuthAction get auth => $_getN(5);
  1. @TagNumber(6)
set auth (FFAuthAction value)

Implementation

@$pb.TagNumber(6)
set auth(FFAuthAction value) => $_setField(6, value);