ping
Toggle table of contents
0.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
ping
journey
/
com.pingidentity.journey.callback
/
PasswordCallback
Password
Callback
class
PasswordCallback
:
AbstractCallback
A callback for collecting a password.
Members
Constructors
Password
Callback
Link copied to clipboard
constructor
(
)
Properties
password
Link copied to clipboard
var
password
:
String
The password input by the user.
prompt
Link copied to clipboard
var
prompt
:
String
The prompt for the password.
Functions
init
Link copied to clipboard
protected
open
override
fun
init
(
name
:
String
,
value
:
JsonElement
)
payload
Link copied to clipboard
open
override
fun
payload
(
)
:
JsonObject