Class TokenRevocationRequest

java.lang.Object
org.apache.nifi.web.security.oidc.revocation.TokenRevocationRequest

public class TokenRevocationRequest extends Object
OAuth2 Token Revocation Request as described in RFC 7009 Section 2.1
  • Field Details

    • token

      private final String token
    • tokenTypeHint

      private final String tokenTypeHint
  • Constructor Details

    • TokenRevocationRequest

      public TokenRevocationRequest(String token, String tokenTypeHint)
  • Method Details

    • getToken

      public String getToken()
    • getTokenTypeHint

      public String getTokenTypeHint()