Class OAuthAccessRequest

    • Method Detail

      • getClientId

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

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

        public String getCode()
        The `code` param returned via the OAuth callback.
      • getRedirectUri

        public String getRedirectUri()
        This must match the originally submitted URI (if one was sent).
      • isSingleChannel

        public boolean isSingleChannel()
        Request the user to add your app only to a single channel.
      • setClientId

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

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

        public void setCode​(String code)
        The `code` param returned via the OAuth callback.
      • setRedirectUri

        public void setRedirectUri​(String redirectUri)
        This must match the originally submitted URI (if one was sent).
      • setSingleChannel

        public void setSingleChannel​(boolean singleChannel)
        Request the user to add your app only to a single channel.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object