AuthorizationCodeGrantDsl
A Kotlin DSL to configure OAuth 2.0 Authorization Code Grant.
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.
Link copied to clipboard
the redirect strategy for Authorization Endpoint redirect URI.
Link copied to clipboard
the repository used for storing OAuth2AuthorizationRequest's.
Link copied to clipboard
the resolver used for resolving OAuth2AuthorizationRequest's.