JWTRefreshEvent constructor

JWTRefreshEvent({
  1. String applicationId,
  2. String original,
  3. String refreshToken,
  4. String token,
  5. String userId,
})

Implementation

JWTRefreshEvent(
    {this.applicationId,
    this.original,
    this.refreshToken,
    this.token,
    this.userId});