Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpXsrfTokenExtractor

Retrieves the current XSRF token to use with the next outgoing request.

Hierarchy

  • HttpXsrfTokenExtractor

Index

Methods

Methods

Abstract getToken

  • getToken(): string | null
  • Get the XSRF token to use with an outgoing request.

    Will be called for every request, so the token may change between requests.

    Returns string | null

Generated using TypeDoc