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

Java tutorial

Introduction

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

Source

package org.apache.http.auth;

public interface OAuthToken {
    String getKey();

    String getSecret();
}