PublicKeys

data class PublicKeys(val profilePropertyKeys: List<String>, val playerCertificateKeys: List<String>, val authenticationKeys: List<String>? = null) : Record

Constructors

Link copied to clipboard
constructor(profilePropertyKeys: List<String>, playerCertificateKeys: List<String>, authenticationKeys: List<String>? = null)

Properties

Link copied to clipboard
@SerializedName(value = "authenticationKeys")
val authenticationKeys: List<String>?
Link copied to clipboard
@SerializedName(value = "playerCertificateKeys")
val playerCertificateKeys: List<String>
Link copied to clipboard
@SerializedName(value = "profilePropertyKeys")
val profilePropertyKeys: List<String>