TokenRevokedEvent

class TokenRevokedEvent(val token: String) : Event

Emitted when a token has been revoked via OAuth2Client.revokeToken.

Constructors

Link copied to clipboard
constructor(token: String)

Properties

Link copied to clipboard

The token string that was revoked.