AuthorizationCodeGrantDsl

A Kotlin DSL to configure OAuth 2.0 Authorization Code Grant.

Author

Eleftheria Stein

Since

5.3

Constructors

Link copied to clipboard
constructor()

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
var authorizationRedirectStrategy: RedirectStrategy?

the redirect strategy for Authorization Endpoint redirect URI.

Link copied to clipboard
var authorizationRequestRepository: AuthorizationRequestRepository<OAuth2AuthorizationRequest>?

the repository used for storing OAuth2AuthorizationRequest's.

Link copied to clipboard
var authorizationRequestResolver: OAuth2AuthorizationRequestResolver?

the resolver used for resolving OAuth2AuthorizationRequest's.