public interface OAuth2TokenKeyService
| Modifier and Type | Method and Description |
|---|---|
String |
retrieveTokenKeys(URI tokenKeysEndpointUri)
Requests token web key set from OAuth Server.
|
String retrieveTokenKeys(@Nonnull URI tokenKeysEndpointUri) throws OAuth2ServiceException
tokenKeysEndpointUri - the token endpoint URI (jku).OAuth2ServiceException - in case of an error during the http request.Copyright © 2020. All rights reserved.