Skip to content

HTTPAuth

Josh Wright edited this page Jan 14, 2021 · 3 revisions

HTTPAuth

A type representing any auth that may be on an HTTP request. Supports Basic and Bearer.

public enum HTTPAuth

Enumeration Cases

basic

The Authorization of this request is Basic.

case basic(: Basic)

bearer

The Authorization of this request is Bearer.

case bearer(: Bearer)
Alchemy
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Fusion
Types
Protocols
Papyrus
Types
Protocols
Clone this wiki locally