TokenType

object TokenType

Type of Token.

Types

Link copied to clipboard
annotation class Type

TokenType type.

Properties

Link copied to clipboard
const val AD_HOC_USER: String

One time use Token ID generated by a server (or App.) The eMSP uses this to bind a Session to a customer, probably an app user.

Link copied to clipboard
const val APP_USER: String

Token ID generated by a server (or App.) to identify a user of an App. The same user uses the same Token for every Session.

Link copied to clipboard
const val OTHER: String

Other type of token.

Link copied to clipboard
const val RFID: String

RFID token.