oidcLegacyIntrospection property

  1. @TagNumber(3)
bool oidcLegacyIntrospection

Implementation

@$pb.TagNumber(3)
$core.bool get oidcLegacyIntrospection => $_getBF(2);
  1. @TagNumber(3)
void oidcLegacyIntrospection=(bool v)

Implementation

@$pb.TagNumber(3)
set oidcLegacyIntrospection($core.bool v) { $_setBool(2, v); }