Class OAuthV2ExchangeRequest

    • Method Detail

      • getToken

        public String getToken()
        The legacy xoxb or xoxp token being migrated to use token rotation.
        Specified by:
        getToken in interface SlackApiRequest
      • getClientId

        public String getClientId()
        Issued when you created your application.
      • getClientSecret

        public String getClientSecret()
        Issued when you created your application.
      • setToken

        public void setToken​(String token)
        The legacy xoxb or xoxp token being migrated to use token rotation.
      • setClientId

        public void setClientId​(String clientId)
        Issued when you created your application.
      • setClientSecret

        public void setClientSecret​(String clientSecret)
        Issued when you created your application.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object