Uses of Class
com.longbridge.OAuth
-
Packages that use OAuth Package Description com.longbridge -
-
Uses of OAuth in com.longbridge
Methods in com.longbridge that return types with arguments of type OAuth Modifier and Type Method Description CompletableFuture<OAuth>OAuthBuilder. build(Consumer<String> onOpenUrl)Asynchronously build theOAuthclient.Methods in com.longbridge with parameters of type OAuth Modifier and Type Method Description static ConfigConfig. fromOAuth(OAuth oauth)Create a newConfigfor OAuth 2.0 authentication.static HttpClientHttpClient. fromOAuth(OAuth oauth)Create a newHttpClientfrom an OAuth handle.static HttpClientHttpClient. fromOAuth(OAuth oauth, String httpUrl)Create a newHttpClientfrom an OAuth handle with a custom HTTP endpoint URL.
-