Enum AuthenticationHeaderStyle
- Namespace
- Refitter.Core
- Assembly
- Refitter.Core.dll
The Authentication header style to use.
public enum AuthenticationHeaderStyle
Fields
Method = 1Generate a "Authorization" header as a method attribute.
None = 0Do not generate any "Authorization" header attributes.
Parameter = 2Generate a "Authorization" header as a method parameter attribute.