| Interface | Description | 
|---|---|
| Cookie | 
 An interface representing a Cookie. 
 | 
| CookieConfiguration | 
 An interface representing the configuration of a Cookie. 
 | 
| CookieFactory | 
 A CookieFactory creates  
Cookie instances and should be implemented by a concrete server. | 
| Cookies | 
 Models the defined  
Cookie instances in an application. | 
| Class | Description | 
|---|---|
| SameSiteConverter | 
 Converts a string to a  
SameSite. | 
| Enum | Description | 
|---|---|
| SameSite | 
 Asserts that a cookie must not be sent with cross-origin requests, providing some protection against cross-site request forgery attacks (CSRF). 
 |