static bool isTokenIssuingEndpoint(String endpoint) => _tokenIssuingEndpoints.any((String e) => endpoint.contains(e));