Csrf

class Csrf(val value: String)

Represents a CSRF token.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

The string literal of the CSRF token.