Uses of Enum
com.okta.sdk.resource.model.TokenDeliveryMode
Packages that use TokenDeliveryMode
-
Uses of TokenDeliveryMode in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return TokenDeliveryModeModifier and TypeMethodDescriptionstatic TokenDeliveryModestatic TokenDeliveryModeReturns 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.Methods in com.okta.sdk.resource.model that return types with arguments of type TokenDeliveryModeModifier 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.Methods in com.okta.sdk.resource.model with parameters of type TokenDeliveryModeModifier and TypeMethodDescriptionOAuthMetadata.addbackchannelTokenDeliveryModesSupportedItem(TokenDeliveryMode backchannelTokenDeliveryModesSupportedItem) Method parameters in com.okta.sdk.resource.model with type arguments of type TokenDeliveryModeModifier and TypeMethodDescriptionOAuthMetadata.backchannelTokenDeliveryModesSupported(List<TokenDeliveryMode> backchannelTokenDeliveryModesSupported) voidOAuthMetadata.setBackchannelTokenDeliveryModesSupported(List<TokenDeliveryMode> backchannelTokenDeliveryModesSupported)