class documentation

Complete public User interface.

Inherited from UserAuthentication:

Method check_password Return whether password authenticates the user.

Inherited from UserAuthorization (via UserAuthentication):

Method current_access_level.setter Undocumented
Property current_access_level Current access level of the user.
Property maximum_access_level Maximum access level the user may be assigned.
Property priority Authorization priority.
Property role The user's asyncua role.

Inherited from UserPresence (via UserAuthentication, UserAuthorization):

Async Method add_session Register an active session for the user.
Async Method remove_session Unregister a previously added active session.
Property present Whether the user currently has at least one active session.
Property sessions Active sessions (Read-only).

Inherited from UserIdentity (via UserAuthentication, UserAuthorization, UserPresence):

Property full_name Absolute username.
Property name Unique username.