We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e6c550 commit cee1ed3Copy full SHA for cee1ed3
1 file changed
scribejava-apis/src/test/java/com/github/scribejava/apis/examples/Box20Example.java
@@ -24,7 +24,7 @@ private Box20Example() {
24
public static void main(String... args) throws IOException {
25
//Replace these with your client id and secret
26
final String clientId = "your client id";
27
- final string clientSecret = "your client secret";
+ final String clientSecret = "your client secret";
28
final String secretState = "secret" + new Random().nextInt(999_999);
29
final OAuth20Service service = new ServiceBuilder()
30
.apiKey(clientId)
0 commit comments