Future<String?> getCSRFCookie() async { // format is "token|hash" return (await _getToken(_csrfCookieKey))?.token; }