JWTRefreshTokenRevokeEvent constructor

JWTRefreshTokenRevokeEvent({
  1. String applicationId,
  2. Map<String, num> applicationTimeToLiveInSeconds,
  3. RefreshToken refreshToken,
  4. User user,
  5. String userId,
})

Implementation

JWTRefreshTokenRevokeEvent(
    {this.applicationId,
    this.applicationTimeToLiveInSeconds,
    this.refreshToken,
    this.user,
    this.userId});