Interface RequestTokenData
- All Known Implementing Classes:
BasicRequestTokenData
public interface RequestTokenData
Interface used to provide a common type for request token data. An implementation
of this interface should be created to handle the needs of custom
RequestTokenValidator
implementations.