CustomOIDConfiguration

fun CustomOIDConfiguration(clientId: String, redirectUri: String, authorizationEndpoint: String? = null, endSessionEndpoint: String? = null, tokenEndpoint: String? = null, userInfoEndpoint: String? = null, clientSecret: String? = null, scopes: List<String>? = null, responseType: String = ResponseTypeValues.CODE, additionalParameters: Map<String, String>? = null, integrated: Boolean = false)