setMCC

fun setMCC(): OAuth2Method.Options

Adds the "mcc" option (Mobile Country Code) to this Options instance with a value automatically guessed from the activated SIM card on the device. This option is relevant for wassup-based implicit authentication.

Return

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

Throws

If no Mobile Country Code can be found from the SIM card


fun setMCC(mcc: String): OAuth2Method.Options

Adds the "mcc" option (Mobile Country Code) to this Options instance with a custom value. This option is relevant for wassup-based implicit authentication.

Return

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