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.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Authentication Context Class Reference values.

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 clock used for time-sensitive operations.

Link copied to clipboard

The intended user action for the authentication flow.

Link copied to clipboard

The logger used by the SDK to output diagnostic information.

Link copied to clipboard

The list of grant types the client application supports for the Direct Authentication flow.