OidcTokenIntrospectionConfig

RFC 7662 token introspection configuration for Bearer authentication.

Report a problem

Properties

Link copied to clipboard

Client authentication method used for introspection requests.

Link copied to clipboard
lateinit var clientId: String

Client ID used to authenticate the resource server to the introspection endpoint.

Link copied to clipboard
lateinit var clientSecret: String

Client secret used to authenticate the resource server to the introspection endpoint.

Link copied to clipboard
lateinit var endpoint: String

Token introspection endpoint URL.