AVUserAuthDataLoginOption Class Reference
Inherits from | NSObject |
---|---|
Declared in | AVUser.h |
platform
Third platform.
@property (nonatomic, strong, nullable) LeanCloudSocialPlatform platform
Discussion
Third platform.
Declared In
AVUser.h
isMainAccount
Set true to generate a platformunionId signature. if a AVUser instance has a platformunionId signature, then the platform and the unionId will be the highest priority in auth data matching. @Note must cooperate with platform & unionId.
@property (nonatomic, assign) BOOL isMainAccount
Discussion
Set true to generate a platformunionId signature. if a AVUser instance has a platformunionId signature, then the platform and the unionId will be the highest priority in auth data matching. @Note must cooperate with platform & unionId.
Declared In
AVUser.h
failOnNotExist
Set true to check whether already exists a AVUser instance with the auth data. if not exists, return an error.
@property (nonatomic, assign) BOOL failOnNotExist
Discussion
Set true to check whether already exists a AVUser instance with the auth data. if not exists, return an error.
Declared In
AVUser.h