LeanCloud C# SDK
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
LeanCloud.Storage.LCUserAuthDataLoginOption Class Reference

LCUser UnionID login parameters. More...

Public Member Functions

 LCUserAuthDataLoginOption ()
 

Properties

string UnionIdPlatform [get, set]
 The platform of the UnionID.
 
bool AsMainAccount [get, set]
 Whether the current authentication information will be used as the main account.
 
bool FailOnNotExist [get, set]
 Whether the login request will fail if no user matching this authData exists.
 

Detailed Description

LCUser UnionID login parameters.

Constructor & Destructor Documentation

◆ LCUserAuthDataLoginOption()

LeanCloud.Storage.LCUserAuthDataLoginOption.LCUserAuthDataLoginOption ( )
inline

Property Documentation

◆ AsMainAccount

bool LeanCloud.Storage.LCUserAuthDataLoginOption.AsMainAccount
getset

Whether the current authentication information will be used as the main account.

◆ FailOnNotExist

bool LeanCloud.Storage.LCUserAuthDataLoginOption.FailOnNotExist
getset

Whether the login request will fail if no user matching this authData exists.

◆ UnionIdPlatform

string LeanCloud.Storage.LCUserAuthDataLoginOption.UnionIdPlatform
getset

The platform of the UnionID.


The documentation for this class was generated from the following file: