UserAuthenticationUpdate 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.

usernamePasswordCredentials

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?: UsernamePasswordCredentialsUpdate

Property Value

x509Credentials

Defines the certificate reference when Certificate user authentication mode is selected.

x509Credentials?: X509CredentialsUpdate

Property Value