forgerock-auth
4.7.0
forgerock-auth
/
org.forgerock.android.auth.devicebind
/
UserKey
User
Key
data
class
UserKey
(
val
id
:
String
,
val
userId
:
String
,
val
userName
:
String
,
val
kid
:
String
,
val
authType
:
DeviceBindingAuthenticationType
,
val
createdAt
:
Long
=
System.currentTimeMillis()
)
:
Parcelable
UserKey DTO
Members
Constructors
User
Key
Link copied to clipboard
internal
constructor
(
id
:
String
,
userId
:
String
,
userName
:
String
,
kid
:
String
,
authType
:
DeviceBindingAuthenticationType
,
createdAt
:
Long
=
System.currentTimeMillis()
)
Properties
auth
Type
Link copied to clipboard
val
authType
:
DeviceBindingAuthenticationType
created
At
Link copied to clipboard
val
createdAt
:
Long
id
Link copied to clipboard
val
id
:
String
kid
Link copied to clipboard
val
kid
:
String
user
Id
Link copied to clipboard
val
userId
:
String
user
Name
Link copied to clipboard
val
userName
:
String
Functions
as
JSONObject
Link copied to clipboard
fun
asJSONObject
(
)
:
JSONObject
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)