Uses of Interface
com.okta.sdk.resource.EventHookChannelConfigAuthScheme
-
Packages that use EventHookChannelConfigAuthScheme Package Description com.okta.sdk.resource -
-
Uses of EventHookChannelConfigAuthScheme in com.okta.sdk.resource
Methods in com.okta.sdk.resource 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 with parameters of type EventHookChannelConfigAuthScheme Modifier and Type Method Description EventHookChannelConfig
EventHookChannelConfig. setAuthScheme(EventHookChannelConfigAuthScheme authScheme)
-