Deprecate Nimbus(Reactive)OpaqueTokenIntrospector
Issue gh-14245
This commit is contained in:
@@ -58,7 +58,9 @@ import org.springframework.web.client.RestTemplate;
|
||||
* @author Josh Cummings
|
||||
* @author MD Sayem Ahmed
|
||||
* @since 5.2
|
||||
* @deprecated Please use {@link SpringOpaqueTokenIntrospector} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public class NimbusOpaqueTokenIntrospector implements OpaqueTokenIntrospector {
|
||||
|
||||
private static final String AUTHORITY_PREFIX = "SCOPE_";
|
||||
|
||||
@@ -54,7 +54,9 @@ import org.springframework.web.reactive.function.client.WebClient;
|
||||
*
|
||||
* @author Josh Cummings
|
||||
* @since 5.2
|
||||
* @deprecated Please use {@link SpringReactiveOpaqueTokenIntrospector} instead
|
||||
*/
|
||||
@Deprecated
|
||||
public class NimbusReactiveOpaqueTokenIntrospector implements ReactiveOpaqueTokenIntrospector {
|
||||
|
||||
private static final String AUTHORITY_PREFIX = "SCOPE_";
|
||||
|
||||
Reference in New Issue
Block a user