setCustomParameter

fun setCustomParameter(key: String, value: Any?): AuthOptions

Adds (or removes) a custom parameter to this AuthOptions instance with a custom value.

Return

This AuthOptions instance updated, so that other set... methods can be chained

Parameters

key

The name of the custom parameter to set

value

The value of the custom parameter to add, or null to remove the custom parameter