staging

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