@Deprecated public class OAuthCodec extends org.apache.commons.codec.net.URLCodec
| Modifier and Type | Field and Description |
|---|---|
protected static BitSet |
SAFE_CHARACTERS
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
oauthDecode(String value)
Deprecated.
Decode the specified value.
|
static String |
oauthEncode(String value)
Deprecated.
Encode the specified value.
|
Copyright © 2020. All rights reserved.