Username Password Challenge
Constructors
Functions
Link copied to clipboard
Cancels the challenge.. Note that either continueWithCredentials or cancel can only be called once on a given UsernamePasswordChallenge object; further calls will have no effect.
Link copied to clipboard
Completes the challenge with the credentials. Note that either continueWithCredentials or cancel can only be called once on a given UsernamePasswordChallenge object; further calls will have no effect.
Link copied to clipboard
Emits an additional message to additionalMessage to be displayed in the prompt as an error. A null value is intended to remove the error message.