File: //lib/python3/dist-packages/twisted/web/_auth/__pycache__/basic.cpython-310.pyc
o
�b^ � @ sN d Z ddlZddlmZ ddlmZmZ ddlmZ ee�G dd� d��Z dS )z�
HTTP BASIC authentication.
@see: U{http://tools.ietf.org/html/rfc1945}
@see: U{http://tools.ietf.org/html/rfc2616}
@see: U{http://tools.ietf.org/html/rfc2617}
� N)�implementer)�credentials�error)�ICredentialFactoryc @ s, e Zd ZdZdZdd� Zdd� Zdd� Zd S )
�BasicCredentialFactoryz�
Credential Factory for HTTP Basic Authentication
@type authenticationRealm: L{bytes}
@ivar authenticationRealm: The HTTP authentication realm which will be issued in
challenges.
s basicc C s
|| _ d S )N��authenticationRealm)�selfr � r
�9/usr/lib/python3/dist-packages/twisted/web/_auth/basic.py�__init__"