Browse Source

Format OpaqueTokenIntrospector

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
pull/16910/head
Tran Ngoc Nhan 10 months ago committed by Rob Winch
parent
commit
d864e51ff6
  1. 3
      oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/introspection/OpaqueTokenIntrospector.java

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

@ -38,7 +38,8 @@ public interface OpaqueTokenIntrospector { @@ -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
*/

Loading…
Cancel
Save