Identity.authenticate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void authenticate(string username, string password, bool remember, string tokenName)
    class Identity
    void
    authenticate
    (
    string username
    ,
    string password
    ,
    bool remember = true
    ,
    string tokenName = DEFAULT_AUTH_TOKEN_NAME
    )
  2. void authenticate(string token, AuthenticationScheme scheme)

Meta