url property
URL including the Assertion Consumer Service where the user should be redirected or has to call per POST, depending on the binding. Contains details for the application to obtain the response on success, or error details on failure. Note that this field must be treated as credentials, as the contained SAMLResponse or code can be used on behalve of the user.
Implementation
@$pb.TagNumber(2)
$core.String get url => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set url($core.String value) => $_setString(1, value);