Uses of Interface
com.okta.sdk.resource.InlineHookPayload
-
Packages that use InlineHookPayload Package Description com.okta.sdk.client -
-
Uses of InlineHookPayload in com.okta.sdk.client
Methods in com.okta.sdk.client with parameters of type InlineHookPayload Modifier and Type Method Description InlineHookResponse
Client. executeInlineHook(InlineHookPayload payloadData, java.lang.String inlineHookId)
Execute Inline Hook Executes the Inline Hook matching the provided inlineHookId using the request body as the input.
-