Uses of Class
com.nimbusds.oauth2.sdk.ciba.BackChannelTokenDeliveryMode
Packages that use BackChannelTokenDeliveryMode
Package
Description
OAuth 2.0 Authorisation Server (AS) classes.
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
OAuth 2.0 dynamic client registration.
-
Uses of BackChannelTokenDeliveryMode in com.nimbusds.oauth2.sdk.as
Methods in com.nimbusds.oauth2.sdk.as that return types with arguments of type BackChannelTokenDeliveryModeModifier and TypeMethodDescriptionAuthorizationServerMetadata.getBackChannelTokenDeliveryModes()ReadOnlyAuthorizationServerMetadata.getBackChannelTokenDeliveryModes()Gets the supported CIBA token delivery modes.Method parameters in com.nimbusds.oauth2.sdk.as with type arguments of type BackChannelTokenDeliveryModeModifier and TypeMethodDescriptionvoidAuthorizationServerMetadata.setBackChannelTokenDeliveryModes(List<BackChannelTokenDeliveryMode> backChannelTokenDeliveryModes) Sets the supported CIBA token delivery modes. -
Uses of BackChannelTokenDeliveryMode in com.nimbusds.oauth2.sdk.ciba
Fields in com.nimbusds.oauth2.sdk.ciba declared as BackChannelTokenDeliveryModeModifier and TypeFieldDescriptionstatic final BackChannelTokenDeliveryModeBackChannelTokenDeliveryMode.PINGPing delivery mode.static final BackChannelTokenDeliveryModeBackChannelTokenDeliveryMode.POLLPoll delivery mode.static final BackChannelTokenDeliveryModeBackChannelTokenDeliveryMode.PUSHPush delivery mode.Methods in com.nimbusds.oauth2.sdk.ciba that return BackChannelTokenDeliveryModeModifier and TypeMethodDescriptionstatic BackChannelTokenDeliveryModeParses a CIBA token delivery mode from the specified string. -
Uses of BackChannelTokenDeliveryMode in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that return BackChannelTokenDeliveryModeModifier and TypeMethodDescriptionClientMetadata.getBackChannelTokenDeliveryMode()Gets the CIBA token delivery mode.Methods in com.nimbusds.oauth2.sdk.client with parameters of type BackChannelTokenDeliveryModeModifier and TypeMethodDescriptionvoidClientMetadata.setBackChannelTokenDeliveryMode(BackChannelTokenDeliveryMode backChannelTokenDeliveryMode) Sets the CIBA token delivery mode.