Package com.github.scribejava.apis
Class TheThingsNetworkV2PreviewApi
java.lang.Object
com.github.scribejava.core.builder.api.DefaultApi20
com.github.scribejava.apis.TheThingsNetworkV2PreviewApi
public class TheThingsNetworkV2PreviewApi extends DefaultApi20
-
Constructor Summary
Constructors Modifier Constructor Description protected
TheThingsNetworkV2PreviewApi()
-
Method Summary
Modifier and Type Method Description java.lang.String
getAccessTokenEndpoint()
protected java.lang.String
getAuthorizationBaseUrl()
static TheThingsNetworkV2PreviewApi
instance()
Methods inherited from class com.github.scribejava.core.builder.api.DefaultApi20
createService, getAccessTokenExtractor, getAccessTokenVerb, getAuthorizationUrl, getBearerSignature, getClientAuthentication, getDeviceAuthorizationEndpoint, getDeviceAuthorizationExtractor, getRefreshTokenEndpoint, getRevokeTokenEndpoint
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TheThingsNetworkV2PreviewApi
protected TheThingsNetworkV2PreviewApi()
-
-
Method Details
-
instance
-
getAccessTokenEndpoint
public java.lang.String getAccessTokenEndpoint()- Specified by:
getAccessTokenEndpoint
in classDefaultApi20
-
getAuthorizationBaseUrl
protected java.lang.String getAuthorizationBaseUrl()- Specified by:
getAuthorizationBaseUrl
in classDefaultApi20
-