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