| Package | Description |
|---|---|
| io.quarkus.oidc | |
| io.quarkus.oidc.runtime |
| Modifier and Type | Field and Description |
|---|---|
OidcTenantConfig.Token |
OidcTenantConfig.token
Configuration how to validate the token claims.
|
| Modifier and Type | Method and Description |
|---|---|
static OidcTenantConfig.Token |
OidcTenantConfig.Token.fromAudience(String... audience) |
static OidcTenantConfig.Token |
OidcTenantConfig.Token.fromIssuer(String issuer) |
OidcTenantConfig.Token |
OidcTenantConfig.getToken() |
| Modifier and Type | Method and Description |
|---|---|
void |
OidcTenantConfig.setToken(OidcTenantConfig.Token token) |
| Modifier and Type | Method and Description |
|---|---|
static void |
OidcUtils.validatePrimaryJwtTokenType(OidcTenantConfig.Token tokenConfig,
io.vertx.core.json.JsonObject tokenJson) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.