DirectAuthenticationFlowBuilder
A builder used to configure and create an instance of DirectAuthenticationFlow.
This class provides a fluent API for setting the necessary parameters for the Direct Authentication flow, such as the issuer URL, client ID, and scopes.
An instance of this builder should be created using the create factory method.
Properties
Any additional query string parameters you would like to supply to the authorization server for all requests from this flow.
The HTTP client executor used to make network requests.
The ID of the authorization server to use for the authentication flow.
The client secret of the application.
The intended user action for the authentication flow.
The logger used by the SDK to output diagnostic information.
The list of grant types the client application supports for the Direct Authentication flow.