Enum ScraperAuthentication
Selects the kind of authentication that is required by a scraper.
Namespace: Subsembly.Scraper
Assembly: Subsembly.Scraper.dll
Syntax
public enum ScraperAuthentication
Fields
Name | Description |
---|---|
APIKey | 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 | |
OAuth2 | For authentication an OAuth2 token must be obtained. |
UserPassword | 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. |