config property

  1. @TagNumber.new(6)
IDPConfig get config

Configuration for the type of the identity provider.

Implementation

@$pb.TagNumber(6)
IDPConfig get config => $_getN(5);
  1. @TagNumber.new(6)
set config (IDPConfig value)

Implementation

@$pb.TagNumber(6)
set config(IDPConfig value) => $_setField(6, value);