User Authentication Response
data class UserAuthenticationResponse(val mode: String, val usernamePasswordCredentials: UsernamePasswordCredentialsResponse? = null, val x509Credentials: X509CredentialsResponse? = null)
Definition of the client authentication mechanism to the server.
Constructors
Link copied to clipboard
constructor(mode: String, usernamePasswordCredentials: UsernamePasswordCredentialsResponse? = null, x509Credentials: X509CredentialsResponse? = null)