healbesdk
1.3.1
healbesdk
/
com.healbe.healbesdk.serverApi.user
/
UserAuthResponse
User
Auth
Response
data
class
UserAuthResponse
:
CoreResponse
Inherited functions
Properties
Properties
access
Id
Link copied to clipboard
val
accessId
:
String
?
=
null
device
UUID
Link copied to clipboard
val
deviceUUID
:
String
?
=
null
integrations
Link copied to clipboard
val
integrations
:
List
<
UserIntegrationsNetwork
>
?
=
null
public
Key
Link copied to clipboard
val
publicKey
:
String
?
=
null
register
Date
Link copied to clipboard
var
registerDate
:
Long
?
=
null
request
Link copied to clipboard
open
override
val
request
:
Int
?
=
null
response
Code
Link copied to clipboard
open
override
val
responseCode
:
List
<
Int
>
timestamp
Link copied to clipboard
open
override
val
timestamp
:
Long
?
=
null
user
Info
Link copied to clipboard
val
userInfo
:
UserInfoNetwork
?
=
null
user
UUID
Link copied to clipboard
val
userUUID
:
String
?
=
null
Inherited functions
is
Success
Link copied to clipboard
open
fun
isSuccess
(
)
:
Boolean