From d864e51ff634ebcadb62fdff81e9bab25d25f10a Mon Sep 17 00:00:00 2001 From: Tran Ngoc Nhan Date: Wed, 9 Apr 2025 01:12:43 +0700 Subject: [PATCH] Format OpaqueTokenIntrospector Signed-off-by: Tran Ngoc Nhan --- .../server/resource/introspection/OpaqueTokenIntrospector.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/OpaqueTokenIntrospector.java b/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/OpaqueTokenIntrospector.java index 0679c9cfbf..a670554b69 100644 --- a/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/OpaqueTokenIntrospector.java +++ b/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/OpaqueTokenIntrospector.java @@ -38,7 +38,8 @@ public interface OpaqueTokenIntrospector { /** * Introspect and verify the given token, returning its attributes. * - * Returning a {@link OAuth2AuthenticatedPrincipal} is indicative that the token is valid. + * Returning a {@link OAuth2AuthenticatedPrincipal} is indicative that the token is + * valid. * @param token the token to introspect * @return the token's attributes */