jwtOktaverifyPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesAccountServicesJwtOktaSessionResponseModel>>
    jwtOktaverifyPost(
        {required WebApiModulesAccountServicesJwtOktaSessionRequest? body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesAccountServicesJwtOktaSessionResponseModel,
      () => WebApiModulesAccountServicesJwtOktaSessionResponseModel
          .fromJsonFactory);

  return _jwtOktaverifyPost(body: body);
}