@ConfigurationProperties(value="micronaut.security.oauth2.user-info") public class UserInfoEndpointConfigurationProperties extends java.lang.Object implements UserInfoEndpoint
ConfigurationProperties implementation of UserInfoEndpoint.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
| Constructor and Description |
|---|
UserInfoEndpointConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUrl() |
void |
setUrl(java.lang.String url)
URL of the Open ID Provider's UserInfo Endpoint.
|
public static final java.lang.String PREFIX
public UserInfoEndpointConfigurationProperties()
@Nullable public java.lang.String getUrl()
public void setUrl(@Nullable
java.lang.String url)
url - UserInfo endpoint Url.