kemproApiV2OktaeventsHomeownersUpsertGet method
Verify that the service supports the homeowner upsert event hook
Returns back the Okta verification challenge value in the response, to match the behavior expected by Okta.
Implementation
Future<chopper.Response<OktaVerificationV2>>
kemproApiV2OktaeventsHomeownersUpsertGet() {
generatedMapping.putIfAbsent(
OktaVerificationV2, () => OktaVerificationV2.fromJsonFactory);
return _kemproApiV2OktaeventsHomeownersUpsertGet();
}