relayState property

  1. @TagNumber.new(1)
String get relayState

The SAML RelaySate, that needs to be returned to the application to match the response to the request.

Implementation

@$pb.TagNumber(1)
$core.String get relayState => $_getSZ(0);
  1. @TagNumber.new(1)
set relayState (String value)

Implementation

@$pb.TagNumber(1)
set relayState($core.String value) => $_setString(0, value);