binding property

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

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

Implementation

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

Implementation

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