Authority constructor

Authority({
  1. String? identityProvider,
  2. String? issuer,
  3. String? oidcJwks,
  4. String? workloadIdentityPool,
})

Implementation

Authority({
  this.identityProvider,
  this.issuer,
  this.oidcJwks,
  this.workloadIdentityPool,
});