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