TokenRefreshedEvent

class TokenRefreshedEvent(val tokenInfo: TokenInfo) : Event

Emitted when a token has been refreshed via OAuth2Client.refreshToken.

Constructors

Link copied to clipboard
constructor(tokenInfo: TokenInfo)

Properties

Link copied to clipboard

The new token information returned from the refresh.