Skip to content

Commit d864e51

Browse files
ngocnhan-tran1996rwinch
authored andcommitted
Format OpaqueTokenIntrospector
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent d899bc5 commit d864e51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/OpaqueTokenIntrospector.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public interface OpaqueTokenIntrospector {
3838
/**
3939
* Introspect and verify the given token, returning its attributes.
4040
*
41-
* Returning a {@link OAuth2AuthenticatedPrincipal} is indicative that the token is valid.
41+
* Returning a {@link OAuth2AuthenticatedPrincipal} is indicative that the token is
42+
* valid.
4243
* @param token the token to introspect
4344
* @return the token's attributes
4445
*/

0 commit comments

Comments
 (0)