Package-level declarations

Types

Link copied to clipboard
class UserDto(val userId: String, val projectId: String, val revoked: Boolean, val pinLength: Int, val mpinId: ByteArray, val token: ByteArray, val dtas: String, val publicKey: ByteArray?)

Defines the persistent data representation of a user.

Link copied to clipboard
interface UserStorage

Already registered users will be kept in it between app launches.

Link copied to clipboard

A class for wrapping exceptions thrown from user storage operations.