wallet-sdk
Toggle table of contents
local
common
Target filter
common
Switch theme
Search in API
Skip to content
wallet-sdk
wallet-sdk
/
com.youniqx.walletsdk.http
/
LoginRequest
Login
Request
class
LoginRequest
(
val
email
:
String
,
val
password
:
String
)
A LoginRequest to hold necessary data for a login.
Members
Constructors
Login
Request
Link copied to clipboard
constructor
(
email
:
String
,
password
:
String
)
Properties
email
Link copied to clipboard
val
email
:
String
The email of the user.
password
Link copied to clipboard
val
password
:
String
The password of the user.