I am trying to create an API for an inline hook to use to add claims during authentication.
I have been referencing this for input/output information:
Inline Hooks
I am able to get the POST to execute my API with json input information, but I want to convert that JSON object that comes in to a native okta object. From my research, I find that something called Okta.Sdk.Model.InlineHookBasePayload exists, but it drops the data payload for access/claims information. Does anyone know of the okta object that houses it?