TokenValidityUnitsType constructor

TokenValidityUnitsType({
  1. TimeUnitsType? accessToken,
  2. TimeUnitsType? idToken,
  3. TimeUnitsType? refreshToken,
})

Implementation

TokenValidityUnitsType({
  this.accessToken,
  this.idToken,
  this.refreshToken,
});