Groovy (Low-code)SDK Functions (Groovy)RESTAuthenticationrest.basicOn this pagerest.basic rest.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.resthttp.basic("admin","admin")