-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class UserKey implements Parcelable
UserKey DTO
-
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetUserId()final StringgetUserName()final StringgetKid()final DeviceBindingAuthenticationTypegetAuthType()final LonggetCreatedAt()final JSONObjectasJSONObject()-
-
Method Detail
-
getUserName
final String getUserName()
-
getAuthType
final DeviceBindingAuthenticationType getAuthType()
-
getCreatedAt
final Long getCreatedAt()
-
asJSONObject
final JSONObject asJSONObject()
-
-
-
-