oauth property

  1. @TagNumber(1)
IDPOAuthAccessInformation get oauth

Implementation

@$pb.TagNumber(1)
IDPOAuthAccessInformation get oauth => $_getN(0);
  1. @TagNumber(1)
set oauth (IDPOAuthAccessInformation v)

Implementation

@$pb.TagNumber(1)
set oauth(IDPOAuthAccessInformation v) { setField(1, v); }