WebApiModulesAccountServicesJwtOktaRequest constructor

const WebApiModulesAccountServicesJwtOktaRequest({
  1. String? token,
  2. String? issuer,
  3. String? audience,
})

Implementation

const WebApiModulesAccountServicesJwtOktaRequest({
  this.token,
  this.issuer,
  this.audience,
});