authorize


Description:

public abstract IUser? authorize (string username, string password, HashMap<string,string>? options = null)

Authenticate the current user given a username and password

Parameters:

username Username
password Password
options Optional HashMap of additional options to pass to the authorizer or submodules.

Returns:

User object of authorized user or null