Interface JWTAuthorizationGrantValidationContext

All Known Implementing Classes:
JWTAuthorizationGrantValidator

public interface JWTAuthorizationGrantValidationContext
  • Method Details

    • getAssertion

      String getAssertion()
    • getJWT

      JsonWebToken getJWT()
    • getJws

      JWSInput getJws()
    • getScopeParam

      String getScopeParam()
    • getRestrictedScopes

      Set<String> getRestrictedScopes()
    • setRestrictedScopes

      void setRestrictedScopes(Set<String> restrictedScopes)
    • getIssuer

      default String getIssuer()
    • getSubject

      default String getSubject()