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: oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/OpaqueTokenIntrospector.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,8 @@ public interface OpaqueTokenIntrospector {
38
38
/**
39
39
* Introspect and verify the given token, returning its attributes.
40
40
*
41
-
* Returning a {@link OAuth2AuthenticatedPrincipal} is indicative that the token is valid.
41
+
* Returning a {@link OAuth2AuthenticatedPrincipal} is indicative that the token is
0 commit comments