OidcConfigFactory

class OidcConfigFactory(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")))

Constructors

Link copied to clipboard
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")))

Functions

Link copied to clipboard
open fun build(vararg parameters: Any?): <Error class: unknown class>