# Package-level declarations
# Types
Name | Summary |
---|---|
QuickCode | data class QuickCode(val code: String, val expireTime: Long, val ttlSeconds: Int) : Serializable Object representing QuickCode and its validity period. |
User | data class User(val userId: String, val projectId: String, val revoked: Boolean, val pinLength: Int, val mpinId: ByteArray, val token: ByteArray, val dtas: String, val publicKey: ByteArray?) Object representing the user in the platform. |