TokenCreatedEvent

class TokenCreatedEvent

Emitted via EventHandler.onEvent when a Token has been created.

Properties

Link copied to clipboard
val credential: Credential?

The credential the Token will be stored in, if any.

Link copied to clipboard
val token: Token

The token that was created.