Format OpaqueTokenIntrospector

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
Tran Ngoc Nhan 2025-04-09 01:12:43 +07:00 committed by Rob Winch
parent d899bc5240
commit d864e51ff6
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ public interface OpaqueTokenIntrospector {
/** /**
* Introspect and verify the given token, returning its attributes. * 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 * @param token the token to introspect
* @return the token's attributes * @return the token's attributes
*/ */