Package de.msi.oauth.flow.user
Interface UserAccessTokenParameter
public interface UserAccessTokenParameter
Represents the
access token parameters.- Author:
- Martin Siegemund
-
Method Summary
Modifier and Type Method Description AccessTokenaccessToken()Retrieves theaccess token.AccessTokenSecretaccessTokenSecret()Retrieves theaccess token secret.
-
Method Details
-
accessToken
AccessToken accessToken()Retrieves theaccess token.- Returns:
- the
access token
-
accessTokenSecret
AccessTokenSecret accessTokenSecret()Retrieves theaccess token secret.- Returns:
- the
access token secret
-