assertionConsumerService property

  1. @TagNumber.new(4)
String get assertionConsumerService

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

Implementation

@$pb.TagNumber(4)
set assertionConsumerService($core.String value) => $_setString(3, value);