AuthorizationType EnumerationNemiro.OAuth
The list of authorization type.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public enum AuthorizationType
Members

  Member nameValueDescription
Basic0 Basic
Bearer1 Bearer
Digest2 Digest
OAuth3 OAuth
See Also