jwtAzureadPost method

Implementation

Future<chopper.Response<FwCoreControllersFwJwtControllerJwtResponseModel>>
    jwtAzureadPost(
        {required WebApiModulesAccountServicesJwtAzureADRequest? body}) {
  generatedMapping.putIfAbsent(
      FwCoreControllersFwJwtControllerJwtResponseModel,
      () => FwCoreControllersFwJwtControllerJwtResponseModel.fromJsonFactory);

  return _jwtAzureadPost(body: body);
}