HttpXsrfTokenExtractor
Retrieves the current XSRF token to use with the next outgoing request.
abstract class HttpXsrfTokenExtractor {
abstract getToken(): string | null
}
Methods
Get the XSRF token to use with an outgoing request. |
ParametersThere are no parameters. Returns
|
Will be called for every request, so the token may change between requests. |