ServerOpaqueTokenDsl

A Kotlin DSL to configure ServerHttpSecurity Opaque Token Resource Server support using idiomatic Kotlin code.

Author

Eleftheria Stein

Since

5.4

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var authenticationConverter: ReactiveOpaqueTokenAuthenticationConverter?
Link copied to clipboard

the URI of the Introspection endpoint.

Link copied to clipboard
var introspector: ReactiveOpaqueTokenIntrospector?

the ReactiveOpaqueTokenIntrospector to use.

Functions

Link copied to clipboard
fun introspectionClientCredentials(clientId: String, clientSecret: String)

Configures the credentials for Introspection endpoint.