jwtOktaPost method
Future<Response<FwCoreControllersFwJwtControllerJwtResponseModel> >
jwtOktaPost({
- required WebApiModulesAccountServicesJwtOktaRequest? body,
Implementation
Future<chopper.Response<FwCoreControllersFwJwtControllerJwtResponseModel>>
jwtOktaPost({required WebApiModulesAccountServicesJwtOktaRequest? body}) {
generatedMapping.putIfAbsent(
FwCoreControllersFwJwtControllerJwtResponseModel,
() => FwCoreControllersFwJwtControllerJwtResponseModel.fromJsonFactory);
return _jwtOktaPost(body: body);
}