Enum ScraperAuthentication

Namespace
Subsembly.Scraper
Assembly
Subsembly.Scraper.dll

Selects the kind of authentication that is required by a scraper.

public enum ScraperAuthentication

Fields

APIKey = 3

For authentication an API key must be obtained from the user. The user label text for the API key is provided through the profile parameter "APIKeyLabel".

None = 0
OAuth2 = 2

For authentication an OAuth2 token must be obtained.

UserPassword = 1

For user authentication a simple user ID and associated user password is required. The user ID may be anything, and may as well be a credit card number.