Skip to content

Commit 4a473f8

Browse files
committed
docs: Fix docs for get token URL
1 parent 0573bf0 commit 4a473f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/box/sdk/BoxAPIConnection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ public void setExpires(long milliseconds) {
435435

436436
/**
437437
* Gets the token URL that's used to request access tokens. The default value is
438-
* "https://www.box.com/api/oauth2/token". The URL is created from {@link
438+
* "https://api.box.com/oauth2/token". The URL is created from {@link
439439
* BoxAPIConnection#baseURL} and {@link BoxAPIConnection#TOKEN_URL_SUFFIX}.
440440
*
441441
* @return the token URL.

0 commit comments

Comments
 (0)