Package de.msi.oauth.flow
Interface AccessTokenFlowFactory
- 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 AccessTokenFlowFactory
Creates
AccessTokenFlow instances by consuming the AccessTokenFlowFactoryParam.- Author:
- Martin Siegemund
- See Also:
- 6.3. Obtaining an Access Token
-
Method Summary
Modifier and Type Method Description AccessTokenFlowaccessTokenFlow(AccessTokenFlowFactoryParam atfp)Create a newAccessTokenFlowinstance.
-
Method Details
-
accessTokenFlow
Create a newAccessTokenFlowinstance.- Parameters:
atfp- the mandatoryAccessTokenFlowParam- Returns:
- the
AccessTokenFlow
-