Skip to main content
Version: 5.7.0

GetAlwaysAllowProfileSwitch

For non-anonymous authentication methods, a profile ID will be passed in when this value is set to false. This will generate an error on the server if the profile ID passed in does not match the profile associated with the authentication credentials.

By default, this value is true.

Usage

http://localhost:3000
bool allowSwitch = _bc.GetAlwaysAllowProfileSwitch();
JSON Response
var allowSwitch = _bc.getAlwaysAllowProfileSwitch();