Interface TokenResponse.IAccessTokenStage

All Known Implementing Classes:
TokenResponse.Builder
Enclosing class:
TokenResponse

public static interface TokenResponse.IAccessTokenStage
Access token stage interface.
  • Method Details

    • withAccessToken

      TokenResponse.ITokenTypeStage withAccessToken(String accessToken)
      Supply the access token.
      Parameters:
      accessToken - the access token
      Returns:
      the next stage