Record Class IdUClientCredentials

java.lang.Object
java.lang.Record
com.io7m.idstore.user_client.api.IdUClientCredentials
Record Components:
userName - The username
password - The password
baseURI - The base URI
attributes - The attributes
All Implemented Interfaces:
com.io7m.hibiscus.api.HBCredentialsType

public record IdUClientCredentials(String userName, String password, URI baseURI, Map<String,String> attributes) extends Record implements com.io7m.hibiscus.api.HBCredentialsType
The client credentials.