Package de.msi.oauth.flow.user
Interface UserObtainAccessToken
- 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 UserObtainAccessToken
Represents the user operation for obtaining the
access token.- Author:
- Martin Siegemund
- See Also:
- 6.3. Obtaining an Access Token
-
Method Summary
Modifier and Type Method Description UserAccessTokenParameterobtainAccessToken(HeaderFields fields)Obtain the access token and return the processes result.
-
Method Details
-
obtainAccessToken
Obtain the access token and return the processes result.- Parameters:
fields- the required header fields for obtaining theaccess token- Returns:
- the
UserAccessTokenParametercontain the relevant service providers response parameters
-