Record Class IdUClientConnectionParameters

java.lang.Object
java.lang.Record
com.io7m.idstore.user_client.api.IdUClientConnectionParameters
Record Components:
userName - The username
password - The password
baseURI - The base URI
attributes - The attributes
loginTimeout - The login timeout
commandTimeout - The command timeout
All Implemented Interfaces:
com.io7m.hibiscus.api.HBConnectionParametersType

public record IdUClientConnectionParameters(String userName, String password, URI baseURI, Map<String,String> attributes, Duration loginTimeout, Duration commandTimeout) extends Record implements com.io7m.hibiscus.api.HBConnectionParametersType
The client credentials.