Uses of Interface
org.openhab.core.auth.client.oauth2.OAuthClientService
-
Uses of OAuthClientService in org.openhab.core.auth.client.oauth2
Modifier and TypeMethodDescriptionOAuthFactory.createOAuthClientService
(String handle, String tokenUrl, @Nullable String authorizationUrl, String clientId, @Nullable String clientSecret, @Nullable String scope, @Nullable Boolean supportsBasicAuth) Creates a new OAuth service.@Nullable OAuthClientService
OAuthFactory.getOAuthClientService
(String handle) Gets the OAuth service for a given handleOAuthClientService.withGsonBuilder
(com.google.gson.GsonBuilder gsonBuilder) Adds a custom GsonBuilder to be used with the OAuth service instance.