Uses of Class
com.nimbusds.oauth2.sdk.ciba.CIBATokenDelivery
Packages that use CIBATokenDelivery
Package
Description
OpenID Connect Client Initiated Backchannel Authentication (CIBA) Flow -
Core 1.0 classes.
-
Uses of CIBATokenDelivery in com.nimbusds.oauth2.sdk.ciba
Methods in com.nimbusds.oauth2.sdk.ciba that return CIBATokenDeliveryModifier and TypeMethodDescriptionstatic CIBATokenDelivery
CIBATokenDelivery.parse
(HTTPRequest httpRequest) Parses a CIBA push token delivery from the specified HTTP request.CIBAPushCallback.toTokenDelivery()
Casts this CIBA push callback to token delivery.