| Package | Description |
|---|---|
| io.quarkus.oidc.runtime |
| Modifier and Type | Field and Description |
|---|---|
(package private) OidcConfig.Token |
OidcConfig.token
Configuration how to validate the token claims.
|
| Modifier and Type | Method and Description |
|---|---|
static OidcConfig.Token |
OidcConfig.Token.fromAudience(String... audience) |
static OidcConfig.Token |
OidcConfig.Token.fromIssuer(String issuer) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
OidcUtils.validateClaims(OidcConfig.Token tokenConfig,
io.vertx.core.json.JsonObject json) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.