RefreshTokenRevokeRequest constructor

RefreshTokenRevokeRequest({
  1. String applicationId,
  2. String token,
  3. String userId,
})

Implementation

RefreshTokenRevokeRequest({this.applicationId, this.token, this.userId});