assertionConsumerService property
URL which points back to the assertion consumer service of the application that created the SAMLRequest.
Implementation
@$pb.TagNumber(4)
$core.String get assertionConsumerService => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set assertionConsumerService($core.String value) => $_setString(3, value);