GetClaimsOptions constructor

const GetClaimsOptions({
  1. bool allowExpired = false,
})

Implementation

const GetClaimsOptions({
  this.allowExpired = false,
});