Provides OAuth2 resource server support for Spring Security, enabling token-based authentication and authorization.
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-resource-server</artifactId>
<version>7.0.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a BearerTokenAuthenticationToken to represent an OAuth2 bearer token.
Use the correct version of spring-security-oauth2-resource-server matching your Spring Boot version (e.g., 5.x for Boot 2.x, 6.x for Boot 3.x).
No dependency data recorded yet.