jwtOktaPost method

Implementation

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

  return _jwtOktaPost(body: body);
}