DefaultUser: Boolean;
The DefaultMbUser property determines attribute of repository connection under default user on login using OAuth protocol.
Available values:
true. If the property is set to true, then after successive login on OAuth server, actual repository connection is executed under the default user which credentials were created using the PP.Util utility.
false. If the property is set to false, then actual repository connection is executed under the user with login on OAuth server. To provide a successive repository connection, the user credential must be saved using the PP.Util utility.
If the DefaultMbUser property value is not specified, then the use_default_user_oauth parameter value from the PP.xml file is used as its value.
The example of use is given in description of the UserCreds.OAuth property.
See also: