pub type LoginResult = Result<LoginResponse, ErrorResponse>;
Expand description

Response to a login request, which varies in type depending on whether the login completed successfully or failed due to insufficient information.