public interface OAuthProvider
Modifier and Type | Method and Description |
---|---|
URI |
getAuthorizationEndpoint() |
Optional<URI> |
getIssuer() |
Optional<URI> |
getJwksEndpoint() |
Optional<URI> |
getRevocationEndpoint() |
String |
getSigningAlgorithm() |
URI |
getTokenEndpoint() |
Optional<URI> |
getUserInfoEndpoint() |
boolean |
isOpenIdCapable() |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.