Function getFinCsrfToken

  • Asynchronously return the CSRF token for the specified host.

    Parameters

    • host: string

      The host.

    Returns Promise<string>

    Resolves to the CSRF token or an empty string if it can't be found.