binding property
Binding which defines the type of communication with the identity provider.
Implementation
@$pb.TagNumber(2)
SAMLBinding get binding => $_getN(1);
Implementation
@$pb.TagNumber(2)
set binding(SAMLBinding value) => $_setField(2, value);