Record Class IdHTTPCookieDeclaration

java.lang.Object
java.lang.Record
com.io7m.idstore.server.http.IdHTTPCookieDeclaration
Record Components:
name - The cookie name
value - The cookie value
validity - The duration for which the cookie is valid

public record IdHTTPCookieDeclaration(String name, String value, Duration validity) extends Record
A cookie declaration.