relayState property
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);
Implementation
@$pb.TagNumber(1)
set relayState($core.String value) => $_setString(0, value);