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