Oidc Config Factory
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")))