Enum OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum

java.lang.Object
java.lang.Enum<OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum>
com.okta.sdk.resource.model.OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum
All Implemented Interfaces:
Serializable, Comparable<OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum>, java.lang.constant.Constable
Enclosing class:
OpenIdConnectApplicationSettingsClient

public static enum OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum extends Enum<OpenIdConnectApplicationSettingsClient.BackchannelTokenDeliveryModeEnum>
The delivery mode for Client-Initiated Backchannel Authentication (CIBA). Currently, only `poll` is supported. > **Note:** This property appears for clients with `urn:openid:params:grant-type:ciba` defined as one of the `grant_types`.