Interfaces
LoginResult
LoginResult
interface LoginResult {
password: string;
result: boolean;
userName: string;
}
Provides result data from the login dialog.
Summary
Properties
password
Gets or sets the password entered in the login dialog.
result
Gets or sets the login dialog boolean result.
userName
Gets or sets the user entered in the login dialog.
- Previous
- LoginOptions
- Next
- NativeScriptConfig