Package app.sdkgen.client.Credentials
Class AuthorizationCode
java.lang.Object
app.sdkgen.client.Credentials.OAuth2Abstract
app.sdkgen.client.Credentials.AuthorizationCode
- All Implemented Interfaces:
CredentialsInterface
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorizationCode(String clientId, String clientSecret, String tokenUrl, String authorizationUrl) -
Method Summary
Methods inherited from class app.sdkgen.client.Credentials.OAuth2Abstract
getAuthorizationUrl, getClientId, getClientSecret, getTokenUrl
-
Constructor Details
-
AuthorizationCode
-