You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/spotify/api/authorization/AuthorizationCodeFlow.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
* This class constructs the URL needed for the first step in the Authorization Code Flow.
13
13
* Executing this step should result in a code that can be used to retrieve an access and refresh token.
14
14
* <p>
15
-
* For more information see: {@link <a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow">Authorization Code Flow</a>}
15
+
* For more information see: @see <a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow">Authorization Code Flow</a>
Copy file name to clipboardExpand all lines: src/main/java/spotify/api/authorization/AuthorizationRequestTokens.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
* This class takes care of the second step in the Authorization Code Flow.
21
21
* Executing this step should result in an access and refresh token.
22
22
* <p>
23
-
* For more information see: {@link <a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow">Authorization Code Flow</a>}
23
+
* For more information see: @see <a href="https://developer.spotify.com/documentation/general/guides/authorization-guide/#authorization-code-flow">Authorization Code Flow</a>
0 commit comments