public static class OidcTenantConfig.Authentication extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<String> |
redirectPath
Relative path for calculating a "redirect_uri" parameter.
|
Optional<List<String>> |
scopes
List of scopes
|
| Constructor and Description |
|---|
Authentication() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getRedirectPath() |
Optional<List<String>> |
getScopes() |
void |
setRedirectPath(String redirectPath) |
void |
setScopes(Optional<List<String>> scopes) |
@ConfigItem public Optional<String> redirectPath
@ConfigItem public Optional<List<String>> scopes
Copyright © 2020 JBoss by Red Hat. All rights reserved.