class documentation
class UserAuthentication(UserIdentity, Protocol):
Known subclasses: server.protocols.UserProtocol
Provides user authentication.
| Method | check |
Return whether password authenticates the user. |
Inherited from UserIdentity:
| Property | full |
Absolute username. |
| Property | name |
Unique username. |