OidcConfigFactory

constructor(clientId: String, secret: String, discoveryURI: String, iss: String, callback: String, auth: Auth, oidcConfiguration: <Error class: unknown class> = OidcConfiguration() .withClientId(clientId) .withSecret(secret) .withDiscoveryURI(discoveryURI) .withUseNonce(true) .withCustomParams(mapOf("prompt" to "consent")))