jwtOktaverifyPost method
Future<Response<WebApiModulesAccountServicesJwtOktaSessionResponseModel> >
jwtOktaverifyPost({
- required WebApiModulesAccountServicesJwtOktaSessionRequest? body,
Implementation
Future<
chopper.Response<
WebApiModulesAccountServicesJwtOktaSessionResponseModel>>
jwtOktaverifyPost(
{required WebApiModulesAccountServicesJwtOktaSessionRequest? body}) {
generatedMapping.putIfAbsent(
WebApiModulesAccountServicesJwtOktaSessionResponseModel,
() => WebApiModulesAccountServicesJwtOktaSessionResponseModel
.fromJsonFactory);
return _jwtOktaverifyPost(body: body);
}