Table of Contents

Enum AuthenticationHeaderStyle

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

The Authentication header style to use.

public enum AuthenticationHeaderStyle

Fields

Method = 1

Generate a "Authorization" header as a method attribute.

None = 0

Do not generate any "Authorization" header attributes.

Parameter = 2

Generate a "Authorization" header as a method parameter attribute.