Package de.msi.oauth.flow.user
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 Summary
Modifier and Type Method Description VerificationCodeverificationCode(RequestToken requestToken)Retrieve the usersverification code.
-
Method Details
-
verificationCode
Retrieve the usersverification code.- Parameters:
requestToken- the processesrequest token- Returns:
- the
verification code, provided by the service provider
-