AuthType

class gafaelfawr.models.auth.AuthType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Authentication types for the WWW-Authenticate header.

Attributes Summary

Basic

HTTP Basic Authentication (RFC 7617).

Bearer

HTTP Bearer Authentication (RFC 6750).

Attributes Documentation

Basic = 'basic'

HTTP Basic Authentication (RFC 7617).

Bearer = 'bearer'

HTTP Bearer Authentication (RFC 6750).