Interface
LoginOptions
LoginOptions
interface LoginOptions extends ConfirmOptions { password: string; passwordHint: string; userName: string; userNameHint: string; }
Summary
Properties
Properties
password
passwordHint
userName
userNameHint
- Previous
- LoadOptions
- Next
- LoginResult