public interface OAuthTokenEncrypter
| Modifier and Type | Method and Description |
|---|---|
OAuthToken |
decrypt(OAuthToken encrypted)
Decrypts the secret parts of the given OAuth access token.
|
OAuthToken |
encrypt(OAuthToken unencrypted)
Encrypts the secret parts of the given OAuth access token.
|
OAuthToken encrypt(OAuthToken unencrypted)
unencrypted - a raw OAuth access token.OAuthToken decrypt(OAuthToken encrypted)
encrypted - an encryppted OAuth access token.