Uses of Class
com.longport.OAuth
-
Packages that use OAuth Package Description com.longport -
-
Uses of OAuth in com.longport
Methods in com.longport 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.longport 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.
-