Class OAuthConfig

java.lang.Object
org.scribe.model.OAuthConfig

public class OAuthConfig extends Object
Parameter object that groups OAuth config values
  • Constructor Details

  • Method Details

    • getApiKey

      public String getApiKey()
    • getApiSecret

      public String getApiSecret()
    • getCallback

      public String getCallback()
    • getSignatureType

      public SignatureType getSignatureType()
    • getScope

      public String getScope()
    • hasScope

      public boolean hasScope()
    • log

      public void log(String message)