public interface OAuth2ServiceEndpointsProvider
| Modifier and Type | Method and Description |
|---|---|
URI |
getAuthorizeEndpoint()
Returns authorize endpoint URI.
|
URI |
getJwksUri()
Returns Jwt Key Set URI (JWKS) as specified in
/.well-known/openid-configuration.
|
URI |
getTokenEndpoint()
Returns token endpoint URI.
|
URI getTokenEndpoint()
https://oauth.server.com/oauth/tokenURI getAuthorizeEndpoint()
https://oauth.server.com/oauth/authorizeURI getJwksUri()
https://oauth.server.com/token_keysCopyright © 2022. All rights reserved.