Record Class IdSessionSecretIdentifier

java.lang.Object
java.lang.Record
com.io7m.idstore.server.service.sessions.IdSessionSecretIdentifier
Record Components:
value - The identifier

public record IdSessionSecretIdentifier(String value) extends Record
A session identifier. This value is expected to be treated as a secret, as getting access to someone's session identifier allows access to the server authenticated as that user.