Interface TokenResponse.IAccessTokenStage
-
- All Known Implementing Classes:
TokenResponse.Builder
- Enclosing class:
- TokenResponse
public static interface TokenResponse.IAccessTokenStageAccess token stage interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TokenResponse.ITokenTypeStagewithAccessToken(String accessToken)Supply the access token.
-
-
-
Method Detail
-
withAccessToken
TokenResponse.ITokenTypeStage withAccessToken(String accessToken)
Supply the access token.- Parameters:
accessToken- the access token- Returns:
- the next stage
-
-