Interface OAuthFlow

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface OAuthFlow
The entry point for performing a complete OAuth 1.0a authentication process.

Use of(RequestTokenFlowParam) to create a new instance.

Author:
Martin Siegemund
See Also:
OAuth Core 1.0 Revision A