post property

  1. @TagNumber.new(4)
PostResponse get post

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);
  1. @TagNumber.new(4)
set post (PostResponse value)

Implementation

@$pb.TagNumber(4)
set post(PostResponse value) => $_setField(4, value);