Class RequestTokenGrantReceiver.Config

java.lang.Object
com.amilesend.tmdb.client.connection.auth.RequestTokenGrantReceiver.Config
Enclosing class:
RequestTokenGrantReceiver

public static class RequestTokenGrantReceiver.Config extends Object
  • Constructor Details

  • Method Details

    • getRedirectUrl

      public String getRedirectUrl()
      Gets the redirect URL where the callback handler is listening on.
      Returns:
      the redirect URL
    • builder

    • getProtocolPrefix

      public String getProtocolPrefix()
    • getHost

      public String getHost()
    • getCallbackPath

      public String getCallbackPath()
    • getPort

      public int getPort()
    • getSuccessLandingPageUrl

      public String getSuccessLandingPageUrl()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object