Uses of Interface
com.nimbusds.openid.connect.provider.spi.grants.JWTGrantHandler
-
Packages that use JWTGrantHandler Package Description com.nimbusds.openid.connect.provider.spi.grants OAuth 2.0 authorisation grant handler SPIs. -
-
Uses of JWTGrantHandler in com.nimbusds.openid.connect.provider.spi.grants
Subinterfaces of JWTGrantHandler in com.nimbusds.openid.connect.provider.spi.grants Modifier and Type Interface Description interfaceSelfIssuedJWTGrantHandlerService Provider Interface (SPI) for handling self-issued JSON Web Token (JWT) bearer assertion grants.interfaceThirdPartyJWTGrantHandlerService Provider Interface (SPI) for handling JSON Web Token (JWT) assertion grants issued by a third-party security token service.
-