Groovy (Low-code)SDK Functions (Groovy)HTTP (deprecated)Authenticationhttp.basicOn this pagehttp.basic http.basic(user, pw) Description Sets the username and password for basic authentication. Parameters ParameterTypeExplanationuserStringThe username for basic authenticationpwStringThe password for basic authentication Example http = option.httphttp.basic("admin","admin")