Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Authenticates the client with HTTP Basic mechanism.

RestClient RestClient.AuthenticateBasic(userName: string, password: string)

Arguments

string userName
User name to be sent. Cannot be null or empty.
string password
Password to be sent.

Remarks

Specifying user name and password from scripting environment is not recommended. RestClient.Authenticate method automatically resolves the credentials from domain settings and more secure.

  • No labels