class documentation

class UserAuthentication(UserIdentity, Protocol):

Known subclasses: server.protocols.UserProtocol

View In Hierarchy

Provides user authentication.

Method check_password Return whether password authenticates the user.

Inherited from UserIdentity:

Property full_name Absolute username.
Property name Unique username.
def check_password(self, password: bytes | str | None) -> bool: ΒΆ

Return whether password authenticates the user.