Uses of Interface
com.okta.sdk.resource.event.hook.EventHookChannelConfigAuthScheme
-
Packages that use EventHookChannelConfigAuthScheme Package Description com.okta.sdk.resource.event.hook -
-
Uses of EventHookChannelConfigAuthScheme in com.okta.sdk.resource.event.hook
Methods in com.okta.sdk.resource.event.hook that return EventHookChannelConfigAuthScheme Modifier and Type Method Description EventHookChannelConfigAuthScheme
EventHookChannelConfig. getAuthScheme()
EventHookChannelConfigAuthScheme
EventHookChannelConfigAuthScheme. setKey(java.lang.String key)
EventHookChannelConfigAuthScheme
EventHookChannelConfigAuthScheme. setType(EventHookChannelConfigAuthSchemeType type)
EventHookChannelConfigAuthScheme
EventHookChannelConfigAuthScheme. setValue(java.lang.String value)
Methods in com.okta.sdk.resource.event.hook with parameters of type EventHookChannelConfigAuthScheme Modifier and Type Method Description EventHookChannelConfig
EventHookChannelConfig. setAuthScheme(EventHookChannelConfigAuthScheme authScheme)
-