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 - Attributes Documentation - Basic = 'basic'#
- HTTP Basic Authentication (RFC 7617). 
 - Bearer = 'bearer'#
- HTTP Bearer Authentication (RFC 6750).