Skip to content

SessionManager.Login method

Performs a login attempt.

public static Task<(Response<LoginResult> response, string? token)> Login(string userName, 
    string password)
parameter description
userName User name
password User password

Exceptions

exception condition
ArgumentNullException

See Also