Uses of Interface
org.azd.connection.Connection.TokenRefreshedHandler
Packages that use Connection.TokenRefreshedHandler
-
Uses of Connection.TokenRefreshedHandler in org.azd.connection
Constructors in org.azd.connection with parameters of type Connection.TokenRefreshedHandlerModifierConstructorDescriptionConnection(String organization, String project, AuthorizedToken oauthToken, String appSecret, String appCallBackURL, Connection.TokenRefreshedHandler tokenRefreshedHandler) Instantiates the class with organization name, project name and oauth access token.Connection(String organization, AuthorizedToken oauthToken, String appSecret, String appCallBackURL, Connection.TokenRefreshedHandler tokenRefreshedHandler) Instantiates the class with organization name and oauth access token.