CSRFBuilder

class CSRFBuilder[F[_], G[_]]
Source:
CSRF.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

def build: CSRF[F, G]
Source:
CSRF.scala
def withCSRFCheck(csrfCheck: CSRF[F, G] => F => G): CSRFBuilder[F, G]
Source:
CSRF.scala
def withClock(clock: Clock): CSRFBuilder[F, G]
Source:
CSRF.scala
def withCookieHttpOnly(httpOnly: Boolean): CSRFBuilder[F, G]
Source:
CSRF.scala
def withCookieName(cookieName: String): CSRFBuilder[F, G]
Source:
CSRF.scala
def withCreateIfNotFound(createIfNotFound: Boolean): CSRFBuilder[F, G]
Source:
CSRF.scala
def withHeaderCheck(headerCheck: Request[G] => Boolean): CSRFBuilder[F, G]
Source:
CSRF.scala
def withHeaderName(headerName: CIString): CSRFBuilder[F, G]
Source:
CSRF.scala
def withKey(key: SecretKey): CSRFBuilder[F, G]
Source:
CSRF.scala
def withOnFailure(onFailure: Response[G]): CSRFBuilder[F, G]
Source:
CSRF.scala