Interface JWTAuthorizationGrantValidationContext


public interface JWTAuthorizationGrantValidationContext
  • Method Details

    • getAssertion

      String getAssertion()
    • getJWT

      org.keycloak.representations.JsonWebToken getJWT()
    • getJws

      org.keycloak.jose.jws.JWSInput getJws()
    • getScopeParam

      String getScopeParam()
    • getRestrictedScopes

      Set<String> getRestrictedScopes()
    • setRestrictedScopes

      void setRestrictedScopes(Set<String> restrictedScopes)
    • getIssuer

      default String getIssuer()
    • getSubject

      default String getSubject()