Package com.microsoft.graph.core.models
Class DiscoverUrlAdapter
java.lang.Object
io.jsonwebtoken.LocatorAdapter<Key>
com.microsoft.graph.core.models.DiscoverUrlAdapter
- All Implemented Interfaces:
io.jsonwebtoken.Locator<Key>
DiscoverUrlAdapter class
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.jsonwebtoken.LocatorAdapter
doLocate, locate, locate
-
Constructor Details
-
DiscoverUrlAdapter
public DiscoverUrlAdapter(@Nonnull String keyDiscoveryUrl) throws URISyntaxException, MalformedURLException Constructor- Parameters:
keyDiscoveryUrl- the JWKS endpoint to use to retrieve signing keys- Throws:
URISyntaxException- if uri is invalidMalformedURLException- if url is invalid
-
-
Method Details