@FunctionalInterface
public interface OpaqueTokenIntrospector
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.oauth2.core.OAuth2AuthenticatedPrincipal |
introspect(java.lang.String token)
Introspect and verify the given token, returning its attributes.
|
org.springframework.security.oauth2.core.OAuth2AuthenticatedPrincipal introspect(java.lang.String token)
Map is indicative that the token is valid.token - the token to introspect