Class SpringReactiveOpaqueTokenIntrospector.Builder
java.lang.Object
org.springframework.security.oauth2.server.resource.introspection.SpringReactiveOpaqueTokenIntrospector.Builder
- Enclosing class:
- SpringReactiveOpaqueTokenIntrospector
Used to build
SpringReactiveOpaqueTokenIntrospector
.- Since:
- 6.5
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Creates aSpringReactiveOpaqueTokenIntrospector
The builder willencode
the client id that you provide, so please give the unencoded value.clientSecret
(String clientSecret) The builder willencode
the client secret that you provide, so please give the unencoded value.
-
Method Details
-
clientId
The builder willencode
the client id that you provide, so please give the unencoded value.- Parameters:
clientId
- The unencoded client id- Returns:
- the
SpringReactiveOpaqueTokenIntrospector.Builder
- Since:
- 6.5
-
clientSecret
The builder willencode
the client secret that you provide, so please give the unencoded value.- Parameters:
clientSecret
- The unencoded client secret- Returns:
- the
SpringReactiveOpaqueTokenIntrospector.Builder
- Since:
- 6.5
-
build
Creates aSpringReactiveOpaqueTokenIntrospector
- Returns:
- the
SpringReactiveOpaqueTokenIntrospector
- Since:
- 6.5
-