Authentication interface
Definition of the client authentication mechanism to the server.
Properties
| method | Defines the method to authenticate the user of the client at the server.  | 
| username | 
	Defines the username and password references when UsernamePassword user authentication mode is selected.  | 
| x509Credentials | Defines the certificate reference when Certificate user authentication mode is selected.  | 
Property Details
method
Defines the method to authenticate the user of the client at the server.
method: string
				Property Value
string
		usernamePasswordCredentials
	  
	Defines the username and password references when UsernamePassword user authentication mode is selected.
usernamePasswordCredentials?: UsernamePasswordCredentials
				Property Value
x509Credentials
Defines the certificate reference when Certificate user authentication mode is selected.
x509Credentials?: X509Credentials