org.apache.http.auth.OAuthCredentials.java Source code

Java tutorial

Introduction

Here is the source code for org.apache.http.auth.OAuthCredentials.java

Source

package org.apache.http.auth;

public interface OAuthCredentials extends Credentials {
    OAuthConsumer getConsumer();

    OAuthToken getToken();
}