Uses of Enum
com.okta.sdk.resource.model.TokenDeliveryMode
-
Uses of TokenDeliveryMode in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic TokenDeliveryMode
static TokenDeliveryMode
Returns the enum constant of this type with the specified name.static TokenDeliveryMode[]
TokenDeliveryMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionOAuthMetadata.getBackchannelTokenDeliveryModesSupported()
<div class=\"x-lifecycle-container\"><x-lifecycle class=\"lea\"></x-lifecycle> <x-lifecycle class=\"oie\"></x-lifecycle></div>The delivery modes that this authorization server supports for Client-Initiated Backchannel Authentication.Modifier and TypeMethodDescriptionOAuthMetadata.addbackchannelTokenDeliveryModesSupportedItem
(TokenDeliveryMode backchannelTokenDeliveryModesSupportedItem) Modifier and TypeMethodDescriptionOAuthMetadata.backchannelTokenDeliveryModesSupported
(List<TokenDeliveryMode> backchannelTokenDeliveryModesSupported) void
OAuthMetadata.setBackchannelTokenDeliveryModesSupported
(List<TokenDeliveryMode> backchannelTokenDeliveryModesSupported)