Username Password Authenticator
fun UsernamePasswordAuthenticator(usernamePasswordChallenge: UsernamePasswordChallenge, modifier: Modifier = Modifier)
Deprecated
This function will be removed with the next major version change of the toolkit and should not be used directly.The Authenticator composable displays UsernamePasswordAuthenticator automatically.
Displays a username and password prompt to the user.
Since
200.2.0
Parameters
username Password Challenge
the pending UsernamePasswordChallenge that initiated this prompt.
modifier
the Modifier to be applied to this UsernamePasswordAuthenticator.