Interface TokenResponse.IAccessTokenStage

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

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

      • withAccessToken

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