Authentication
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Authentication
Authentication
/
com.transmit.authentication.pincode
/
PinCodeAuthenticationInput
Pin
Code
Authentication
Input
data
class
PinCodeAuthenticationInput
(
val
userId
:
String
,
val
pinCode
:
String
,
val
challenge
:
String
)
Members
Constructors
Pin
Code
Authentication
Input
Link copied to clipboard
constructor
(
userId
:
String
,
pinCode
:
String
,
challenge
:
String
)
Properties
challenge
Link copied to clipboard
val
challenge
:
String
pin
Code
Link copied to clipboard
val
pinCode
:
String
user
Id
Link copied to clipboard
val
userId
:
String