RefreshTokenRevocationPolicy constructor

RefreshTokenRevocationPolicy({
  1. bool onLoginPrevented,
  2. bool onMultiFactorEnable,
  3. bool onPasswordChanged,
})

Implementation

RefreshTokenRevocationPolicy(
    {this.onLoginPrevented,
    this.onMultiFactorEnable,
    this.onPasswordChanged});