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