Authority constructor

Authority({
  1. String type = 'B2C',
  2. bool authorityDefault = false,
  3. required Uri authorityUrl,
})

Implementation

Authority({
    this.type ='B2C',
    this.authorityDefault= false,
    required this.authorityUrl,
});