# Functions
Allowed returns Authenticator.Allowed result, it user is not allowed to use current resource, an non nil error is returned.
No description provided by the author
No description provided by the author
GetCurrentUsername returns Authenticator.GetCurrentUsername response, it must give the current logged user name.
No description provided by the author
Login will return the Authenticator.Login result - if the user login process failed, an error is returned.
SetAuthenticator will register given Authenticator to use.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Authenticator interface to implement user management (eg.
No description provided by the author