customAuthFields property

  1. @TagNumber(18)
FFCustomAuthFields get customAuthFields

@doc Token and user data properties for custom auth.

Implementation

@$pb.TagNumber(18)
FFCustomAuthFields get customAuthFields => $_getN(17);
  1. @TagNumber(18)
set customAuthFields (FFCustomAuthFields value)

Implementation

@$pb.TagNumber(18)
set customAuthFields(FFCustomAuthFields value) => $_setField(18, value);