toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.authentication.data.models
/
QRCodeUserCredentials
QRCode
User
Credentials
data
class
QRCodeUserCredentials
(
val
username
:
String
,
val
password
:
String
,
val
expiration
:
Long
)
:
Parcelable
Members
Constructors
QRCode
User
Credentials
Link copied to clipboard
constructor
(
username
:
String
,
password
:
String
,
expiration
:
Long
)
Properties
expiration
Link copied to clipboard
val
expiration
:
Long
password
Link copied to clipboard
val
password
:
String
username
Link copied to clipboard
val
username
:
String
Inherited functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)