Package app.sdkgen.client.Credentials
Class OAuth2Abstract
java.lang.Object
app.sdkgen.client.Credentials.OAuth2Abstract
- All Implemented Interfaces:
CredentialsInterface
- Direct Known Subclasses:
AuthorizationCode,ClientCredentials
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2Abstract(String clientId, String clientSecret, String tokenUrl, String authorizationUrl) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
OAuth2Abstract
-
-
Method Details
-
getClientId
-
getClientSecret
-
getTokenUrl
-
getAuthorizationUrl
-