Package io.meeds.oauth.spi
Interface OAuthCodec
- All Known Implementing Classes:
SocialNetworkServiceImpl
public interface OAuthCodec
Contract for encode/decode strings (Informations about OAuth access tokens
should be encoded with symmetric encryption before they are saved to DB)
-
Method Summary
-
Method Details
-
encodeString
-
decodeString
-