public interface JWTAuthorizationGrantValidationContext
-
Method Summary
org.keycloak.jose.jws.JWSInput
org.keycloak.representations.JsonWebToken
void
-
Method Details
-
-
getJWT
org.keycloak.representations.JsonWebToken getJWT()
-
getJws
org.keycloak.jose.jws.JWSInput getJws()
-
-
-
setRestrictedScopes
void setRestrictedScopes(Set<String> restrictedScopes)
-
-