OidcClient

inline fun OidcClient(block: OidcClientConfig.() -> Unit = {}): OidcClient

Factory function to create an instance of OidcClient with a given configuration.

Return

An instance of OidcClient.

Parameters

block

A lambda with receiver on OidcClientConfig to configure the client.