Class AuthorizationCode

java.lang.Object
app.sdkgen.client.Credentials.OAuth2Abstract
app.sdkgen.client.Credentials.AuthorizationCode
All Implemented Interfaces:
CredentialsInterface

public class AuthorizationCode extends OAuth2Abstract
  • Constructor Details

    • AuthorizationCode

      public AuthorizationCode(String clientId, String clientSecret, String tokenUrl, String authorizationUrl)