Class TokenRevocationRequest


  • public class TokenRevocationRequest
    extends ClientAuthnRequest
    Version:
    January 16, 2019
    Author:
    Javier Rojas Blum
    • Constructor Detail

      • TokenRevocationRequest

        public TokenRevocationRequest()
        Constructs a token revocation request.
    • Method Detail

      • getToken

        public String getToken()
      • setToken

        public void setToken​(String token)
      • getTokenTypeHint

        public io.jans.as.model.common.TokenTypeHint getTokenTypeHint()
      • setTokenTypeHint

        public void setTokenTypeHint​(io.jans.as.model.common.TokenTypeHint tokenTypeHint)
      • getQueryString

        public String getQueryString()
        Returns a query string with the parameters of the toke revocation request. Any null or empty parameter will be omitted.
        Specified by:
        getQueryString in class BaseRequest
        Returns:
        A query string of parameters.