Uses of Enum
com.okta.sdk.resource.model.OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum
Packages that use OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum
-
Uses of OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnumModifier 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.Methods in com.okta.sdk.resource.model with parameters of type OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnumModifier and TypeMethodDescriptionOpenIdConnectApplicationSettingsClient.backchannelTokenDeliveryMode(OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum backchannelTokenDeliveryMode) voidOpenIdConnectApplicationSettingsClient.setBackchannelTokenDeliveryMode(OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum backchannelTokenDeliveryMode)