Enrolment

data class Enrolment(notificationId: String, merchantPrefix: String, publicKey: Ed25519PublicKeyParameters) : Token

Enrolment token data structure

Parameters

notificationId

the notification identifier received from merchant app

merchantPrefix

the string prefix we get from merchant

publicKey

the public key from IKeyManager

Constructors

Link copied to clipboard
constructor(notificationId: String, merchantPrefix: String, publicKey: Ed25519PublicKeyParameters)

Functions

Link copied to clipboard
open override fun stringRepresentation(): String

Function used for retrieving the string representation of a token provided to the QR/Aztec code