toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.response
/
AuthResponse
Auth
Response
data
class
AuthResponse
(
var
header
:
String
,
var
token
:
String
,
var
expiryTsMs
:
Long
)
:
Parcelable
Members
Constructors
Auth
Response
Link copied to clipboard
constructor
(
header
:
String
,
token
:
String
,
expiryTsMs
:
Long
)
Properties
expiry
Ts
Ms
Link copied to clipboard
var
expiryTsMs
:
Long
header
Link copied to clipboard
var
header
:
String
token
Link copied to clipboard
var
token
:
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
)