TokenEndpointDsl
class TokenEndpointDsl
A Kotlin DSL to configure the Authorization Server's Token Endpoint using idiomatic Kotlin code.
Author
Eleftheria Stein
Since
5.3
Properties
Link copied to clipboard
var accessTokenResponseClient: OAuth2AccessTokenResponseClient<OAuth2AuthorizationCodeGrantRequest>?
the client used for requesting the access token credential from the Token Endpoint.