We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b7f1f commit 94766acCopy full SHA for 94766ac
1 file changed
src/main/java/material/DestinyAPI.java
@@ -67,7 +67,7 @@ public DestinyAPI setRefreshToken(String refreshToken) {
67
*/
68
public DestinyAPI setOauthManaer(OAuthManager oam) {
69
DestinyAPI.oam = oam;
70
- setApiKey(oam.getAPIToken());
+ // setApiKey(oam.getAPIToken());
71
setAccessToken(oam.getAccessToken());
72
73
return this;
0 commit comments