Uses of Interface
com.okta.sdk.resource.InlineHookChannelConfig
-
Packages that use InlineHookChannelConfig Package Description com.okta.sdk.resource -
-
Uses of InlineHookChannelConfig in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return InlineHookChannelConfig Modifier and Type Method Description InlineHookChannelConfig
InlineHookChannel. getConfig()
InlineHookChannelConfig
InlineHookChannelConfig. setAuthScheme(InlineHookChannelConfigAuthScheme authScheme)
InlineHookChannelConfig
InlineHookChannelConfig. setHeaders(java.util.List<InlineHookChannelConfigHeaders> headers)
InlineHookChannelConfig
InlineHookChannelConfig. setMethod(java.lang.String method)
InlineHookChannelConfig
InlineHookChannelConfig. setUri(java.lang.String uri)
Methods in com.okta.sdk.resource with parameters of type InlineHookChannelConfig Modifier and Type Method Description InlineHookChannel
InlineHookChannel. setConfig(InlineHookChannelConfig config)
-