post property
Set if the binding is POST-Binding, where the application expects to be called per HTTP POST with the SAMLResponse and RelayState in the form body.
Implementation
@$pb.TagNumber(4)
PostResponse get post => $_getN(3);
Implementation
@$pb.TagNumber(4)
set post(PostResponse value) => $_setField(4, value);