DirectAuthenticationFlowBuilder

constructor(issuerUrl: String, clientId: String, scope: List<String>)

Parameters

issuerUrl

The base URL of the Authorization Server.

clientId

The client ID of the application.

scope

The OAuth 2.0 scopes the application is requesting.