Package de.msi.oauth.flow
Interface AccessTokenFlowFactoryParam
- All Known Subinterfaces:
AccessTokenFlowParam
public interface AccessTokenFlowFactoryParam
The mandatory parameter for creating an
AccessTokenFlow from within the flows context.- Author:
- Martin Siegemund
- See Also:
- 6.3. Obtaining an Access Token
-
Method Summary
Modifier and Type Method Description SignatureMethodsignatureMethod()Retrieve theSignatureMethod, used to create the header field signature for the token exchange phase.UserObtainAccessTokenuserObtainAccessToken()Retrieve the user operation for obtaining the access token.
-
Method Details
-
signatureMethod
SignatureMethod signatureMethod()Retrieve theSignatureMethod, used to create the header field signature for the token exchange phase.- Returns:
- the
SignatureMethod
-
userObtainAccessToken
UserObtainAccessToken userObtainAccessToken()Retrieve the user operation for obtaining the access token.- Returns:
- the
UserObtainAccessToken
-