Class OAuthTokenProvider

java.lang.Object
org.apache.drill.exec.oauth.OAuthTokenProvider
All Implemented Interfaces:
AutoCloseable

public class OAuthTokenProvider extends Object implements AutoCloseable
Class for managing oauth tokens. Storage plugins will have to manage obtaining the tokens, but these classes handle the storage of access and refresh tokens.