Uses of Class
io.quarkus.oidc.runtime.TokenVerificationResult
-
Packages that use TokenVerificationResult Package Description io.quarkus.oidc.runtime -
-
Uses of TokenVerificationResult in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime that return TokenVerificationResult Modifier and Type Method Description TokenVerificationResultBackChannelLogoutTokenCache. removeTokenVerification(String token)TokenVerificationResultOidcProvider. verifyJwtToken(String token, boolean enforceAudienceVerification)TokenVerificationResultOidcProvider. verifyLogoutJwtToken(String token)TokenVerificationResultOidcProvider. verifySelfSignedJwtToken(String token)Methods in io.quarkus.oidc.runtime that return types with arguments of type TokenVerificationResult Modifier and Type Method Description io.smallrye.mutiny.Uni<TokenVerificationResult>OidcProvider. refreshJwksAndVerifyJwtToken(String token, boolean enforceAudienceVerification)Methods in io.quarkus.oidc.runtime with parameters of type TokenVerificationResult Modifier and Type Method Description voidBackChannelLogoutTokenCache. addTokenVerification(String token, TokenVerificationResult result)
-