
public interface ClientValidator
| Modifier and Type | Method and Description |
|---|---|
default URI |
getJwksUri(String clientId)
Gets the JWKS URI associated with the client ID.
|
default boolean |
isValid(String grantType,
String authorization) |
boolean |
isValid(String grantType,
String clientId,
String clientSecret) |
default URI getJwksUri(String clientId)
clientId - client IDdefault boolean isValid(String grantType, String authorization) throws ParseException
ParseExceptionCopyright © 2012–2017 Trajano. All rights reserved.