public class ClientRegistration.ProviderDetails
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
ClientRegistration.ProviderDetails.UserInfoEndpoint
Details of the UserInfo Endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthorizationUri()
Returns the uri for the authorization endpoint.
|
java.lang.String |
getJwkSetUri()
Returns the uri for the JSON Web Key (JWK) Set endpoint.
|
java.lang.String |
getTokenUri()
Returns the uri for the token endpoint.
|
ClientRegistration.ProviderDetails.UserInfoEndpoint |
getUserInfoEndpoint()
Returns the details of the
UserInfo Endpoint. |
public java.lang.String getAuthorizationUri()
public java.lang.String getTokenUri()
public ClientRegistration.ProviderDetails.UserInfoEndpoint getUserInfoEndpoint()
UserInfo Endpoint.ClientRegistration.ProviderDetails.UserInfoEndpointpublic java.lang.String getJwkSetUri()