We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2267a1a commit 15bdacaCopy full SHA for 15bdaca
libs/sparkpost-lib/src/main/java/com/sparkpost/model/AuthRequestDetails.java
@@ -18,7 +18,7 @@ public class AuthRequestDetails extends Base {
18
19
@Data
20
@EqualsAndHashCode(callSuper = true)
21
- public class AuthRequestClientDetails extends Base {
+ public static class AuthRequestClientDetails extends Base {
22
23
@Description(value = "OAuth 2.0 Client ID")
24
@SerializedName("client_id")
0 commit comments