UserAuthentication interface
Definition of the client authentication mechanism to the server.
Properties
mode | Defines the mode 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
mode
Defines the mode to authenticate the user of the client at the server.
mode: 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
Property Value
Azure SDK for JavaScript