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: cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/TokenProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public interface TokenProvider {
35
35
* Called when a {@code 401 UNAUTHORIZED} is received as part of a request. Since not all {@link TokenProvider}s care about this possibility, the default implementation does nothing.
36
36
* Implementations are free to manage internal state with this call if they choose to.
37
37
*
38
-
* @param connectionContext A {@link ConnectionContext} to be used if a token needs to be retrieved via a network request
38
+
* @param connectionContext A {@link ConnectionContext} to be used to identity which connection the tokens should be invalidated for
Copy file name to clipboardExpand all lines: cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/tokenprovider/AbstractUaaTokenProvider.java
0 commit comments