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