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