Interface OAuthAuthenticatable

All Known Implementing Classes:
BoxDatasink, DropboxDatasink, GoogleDriveDatasink, OneDriveDatasink

public interface OAuthAuthenticatable
Identifies datasinks that can be authenticated by OAuth2.
  • Method Details

    • getId

      Long getId()
    • setRefreshToken

      void setRefreshToken(String refreshToken)
    • getAppKey

      String getAppKey()
    • getSecretKey

      String getSecretKey()
    • getOAuthApi

      DefaultApi20 getOAuthApi()
    • buildAuthorizationUrl

      String buildAuthorizationUrl(AuthorizationUrlBuilder authorizationUrlBuilder)