public final class OAuth1aToken extends Object
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
additionals()
Returns additional (or user-defined) parameters.
|
String |
consumerKey()
Returns the value of the property.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
nonce()
Returns the value of property.
|
static OAuth1aToken |
of(Map<String,String> params)
Creates a new
OAuth1aToken from the given arguments. |
String |
realm()
Returns the value of the property.
|
String |
signature()
Returns the value of property.
|
String |
signatureMethod()
Returns the value of property.
|
String |
timestamp()
Returns the value of property.
|
String |
token()
Returns the value of the property.
|
String |
toString() |
String |
version()
Returns the value of property.
|
public static OAuth1aToken of(Map<String,String> params)
OAuth1aToken from the given arguments.public String realm()
public String consumerKey()
public String token()
public String signatureMethod()
public String signature()
public String timestamp()
public String nonce()
public String version()
"1.0".public Map<String,String> additionals()
Copyright © 2020 LeanCloud. All rights reserved.