Uses of Class
io.quarkus.oidc.runtime.TokenVerificationResult
Packages that use TokenVerificationResult
-
Uses of TokenVerificationResult in io.quarkus.oidc.runtime
Fields in io.quarkus.oidc.runtime with type parameters of type TokenVerificationResultModifier and TypeFieldDescription(package private) final MemoryCache<TokenVerificationResult>BackChannelLogoutTokenCache.cacheMethods in io.quarkus.oidc.runtime that return TokenVerificationResultModifier and TypeMethodDescriptionBackChannelLogoutTokenCache.removeTokenVerification(String token) OidcProvider.verifyJwtToken(String token, boolean enforceAudienceVerification, boolean subjectRequired, String nonce) OidcProvider.verifyLogoutJwtToken(String token) OidcProvider.verifySelfSignedJwtToken(String token) Methods in io.quarkus.oidc.runtime that return types with arguments of type TokenVerificationResultModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<TokenVerificationResult>OidcProvider.getKeyResolverAndVerifyJwtToken(io.quarkus.security.credential.TokenCredential tokenCred, boolean enforceAudienceVerification, boolean subjectRequired, String nonce) io.smallrye.mutiny.Uni<TokenVerificationResult>OidcProvider.refreshJwksAndVerifyJwtToken(String token, boolean enforceAudienceVerification, boolean subjectRequired, String nonce) Methods in io.quarkus.oidc.runtime with parameters of type TokenVerificationResultModifier and TypeMethodDescriptionvoidBackChannelLogoutTokenCache.addTokenVerification(String token, TokenVerificationResult result)