samlResponse property

  1. @TagNumber.new(2)
String get samlResponse

The SAML Response, that needs to be returned to the application to complete the SAML flow.

Implementation

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

Implementation

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