Prompts the user to input credentials.
This activity prompts the user to provide their credentials by displaying a custom dialog box.
Message: String Argument Required Specifies a message that is to be displayed on the dialog box.
String Argument
Required
Caption: String Argument Required Specifies a caption or a title for the dialog box.
Username: String Variable Specifies the user name given by the user in the prompt.
String Variable
Secure String Password: SecureString Variable Specifies the password given by the user as a secure string variable.
SecureString Variable
Password: String Variable Specifies the password given by the user as a string variable.
Last updated 3 years ago