Interface DeferredCsrfToken
-
public interface DeferredCsrfToken
An interface that allows delayed access to aCsrfToken
that may be generated.- Since:
- 5.8
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CsrfToken
get()
Gets theCsrfToken
boolean
isGenerated()
-