Uses of Enum
com.okta.sdk.resource.model.OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum
-
Uses of OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.getBackchannelTokenDeliveryMode()
The delivery mode for Client-Initiated Backchannel Authentication (CIBA).Returns the enum constant of this type with the specified name.OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.backchannelTokenDeliveryMode
(OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum backchannelTokenDeliveryMode) void
OpenIdConnectApplicationSettingsClient.setBackchannelTokenDeliveryMode
(OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum backchannelTokenDeliveryMode)