binding property

  1. @TagNumber.new(2)
SAMLBinding get binding

Binding which defines the type of communication with the identity provider.

Implementation

@$pb.TagNumber(2)
SAMLBinding get binding => $_getN(1);
  1. @TagNumber.new(2)
set binding (SAMLBinding value)

Implementation

@$pb.TagNumber(2)
set binding(SAMLBinding value) => $_setField(2, value);