createWebAuthenticationClient
fun OidcClient.createWebAuthenticationClient(webAuthenticationProvider: WebAuthenticationProvider = DefaultWebAuthenticationProvider(configuration.eventCoordinator)): WebAuthenticationClient
Content copied to clipboard
Initializes a web authentication client using the OidcClient.
Receiver
the OidcClient used to perform the low level OIDC requests, as well as with which to use the configuration from.
Parameters
webAuthenticationProvider
the WebAuthenticationProvider which will be used to show the UI when performing the redirect flows.