AuthType

class gafaelfawr.handlers.util.AuthType

Bases: enum.Enum

Authentication types for the WWW-Authenticate header.

Attributes Summary

Basic
Bearer

Attributes Documentation

Basic = 1
Bearer = 2