Preview 2.0 is now in Public Beta!
Read the Announcement
LoginResult
interface LoginResult {
  password: string;
  result: boolean;
  userName: string;
}

Summary

Properties

password

result

userName

Previous
LoginOptions