discover

abstract suspend fun discover(configure: HttpRequestBuilder.() -> Unit? = null)

Discover OpenID Connect Configuration using the discovery endpoint. Updates the configuration, but will keep any existing configuration.

See: OpenID Connect Discovery

Parameters

configure

configuration closure to configure the http request builder with