|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.libs.OAuth.ConsumerKey
public static class OAuth.ConsumerKey
A consumer key / consumer secret pair that the OAuth provider gave you, to identify your application.
Field Summary | |
---|---|
java.lang.String |
key
|
java.lang.String |
secret
|
Constructor Summary | |
---|---|
OAuth.ConsumerKey(java.lang.String key,
java.lang.String secret)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String key
public java.lang.String secret
Constructor Detail |
---|
public OAuth.ConsumerKey(java.lang.String key, java.lang.String secret)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |