WebApiModulesAccountServicesJwtOktaSessionRequest constructor

WebApiModulesAccountServicesJwtOktaSessionRequest({
  1. String? token,
  2. String? apiurl,
})

Implementation

WebApiModulesAccountServicesJwtOktaSessionRequest({
  this.token,
  this.apiurl,
});