core / com.schibsted.account.model / UserId

UserId

data class UserId : Parcelable

Constructors

<init>

UserId(id: String, legacyId: String?)

Properties

id

val id: String

legacyId

val legacyId: String?

Companion Object Functions

fromTokenResponse

fun fromTokenResponse(token: TokenResponse): UserId