Interface UserAuthorization

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 UserAuthorization
Represents the user process of retrieving the service providers validation code.

This processes implementation refers to the chapters 6.2.1, 6.2.2. and 6.2.3 of the documentation.

Author:
Martin Siegemund
See Also:
6.2 Obtaining an Unauthorized Request Token
  • Method Details

    • verificationCode

      VerificationCode verificationCode​(RequestToken requestToken)
      Retrieve the users verification code.
      Parameters:
      requestToken - the processes request token
      Returns:
      the verification code, provided by the service provider