IssuingAuthorizationAuthenticationExemption constructor

const IssuingAuthorizationAuthenticationExemption({
  1. required IssuingAuthorizationAuthenticationExemptionClaimedBy claimedBy,
  2. required IssuingAuthorizationAuthenticationExemptionType type,
})

IssuingAuthorizationAuthenticationExemption

Implementation

const IssuingAuthorizationAuthenticationExemption({
  required this.claimedBy,
  required this.type,
});