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
Fields in io.quarkus.oidc.runtime with type parameters of type TokenVerificationResult Modifier and Type Field Description (package private) MemoryCache<TokenVerificationResult>BackChannelLogoutTokenCache. cacheMethods in io.quarkus.oidc.runtime that return TokenVerificationResult Modifier and Type Method Description TokenVerificationResultBackChannelLogoutTokenCache. removeTokenVerification(String token)TokenVerificationResultOidcProvider. verifyJwtToken(String token, boolean enforceAudienceVerification, boolean subjectRequired, String nonce)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. 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 TokenVerificationResult Modifier and Type Method Description voidBackChannelLogoutTokenCache. addTokenVerification(String token, TokenVerificationResult result)
-