AuthType# class gafaelfawr.models.auth.AuthType(*values)# 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).