Uses of Class
com.nimbusds.oauth2.sdk.util.singleuse.AlreadyUsedException
Packages that use AlreadyUsedException
Package
Description
DPoP proof JWT verifiers for the token endpoint and protected resources.
Single use checker.
-
Uses of AlreadyUsedException in com.nimbusds.oauth2.sdk.dpop.verifiers
Methods in com.nimbusds.oauth2.sdk.dpop.verifiers that throw AlreadyUsedExceptionModifier and TypeMethodDescriptionvoidDefaultDPoPSingleUseChecker.markAsUsed(Map.Entry<DPoPIssuer, JWTID> object) -
Uses of AlreadyUsedException in com.nimbusds.oauth2.sdk.util.singleuse
Methods in com.nimbusds.oauth2.sdk.util.singleuse that throw AlreadyUsedExceptionModifier and TypeMethodDescriptionvoidSingleUseChecker.markAsUsed(C object) Marks the specified object as used.