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
Link copied to clipboard
Any additional query string parameters you would like to supply to the authorization server for all requests from this flow.
Link copied to clipboard
The HTTP client executor used to make network requests.
Link copied to clipboard
The ID of the authorization server to use for the authentication flow.
Link copied to clipboard
The client secret of the application.
Link copied to clipboard
The intended user action for the authentication flow.
Link copied to clipboard
The list of grant types the client application supports for the Direct Authentication flow.