Package de.msi.oauth.flow
Interface UserAuthorizationFlow
- 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 UserAuthorizationFlow
Requests the user authorization by invoking
userAuthorization() and returns the flows next phase, the
AccessTokenFlowFactory.- Author:
- Martin Siegemund
- See Also:
- 6.2. Obtaining User Authorization
-
Method Summary
Modifier and Type Method Description AccessTokenFlowFactoryuserAuthorization()Request the user authorization and retrieve the next phase of the flow.
-
Method Details
-
userAuthorization
AccessTokenFlowFactory userAuthorization()Request the user authorization and retrieve the next phase of the flow.- Returns:
- the
AccessTokenFlowFactory
-