LoginOptions | API - NativeScript

interface LoginOptions extends ConfirmOptions {
  password: string;
  passwordHint: string;
  userName: string;
  userNameHint: string;
}

Provides options for the login dialog.

Summary

Properties

password

Gets or sets the default text to display in the password input box.

passwordHint

Gets or sets the default text to display as hint in the password input box.

userName

Gets or sets the default text to display in the user name input box.

userNameHint

Gets or sets the default text to display as hint in the user name input box.