GizThirdLoginParams 类
提供第三方登录相关的枚举和类
目录
GizThirdLoginFullName类
[familyName]
姓
定义
@property (nonatomic, strong) NSString* _Nullable familyName;
[givenName]
名字
定义
@property (nonatomic, strong) NSString* _Nullable givenName;
[middleName]
中间名
定义
@property (nonatomic, strong) NSString* _Nullable middleName;
[namePrefix]
名字前缀
定义
@property (nonatomic, strong) NSString* _Nullable namePrefix;
[nameSuffix]
名字后缀
定义
@property (nonatomic, strong) NSString* _Nullable nameSuffix;
[nickname]
昵称
定义
@property (nonatomic, strong) NSString* _Nullable nickname;
GizThirdLoginParams类
[thirdType]
第三方登录类型
定义
GizAepThirdLoginType thirdType;
[appKey]
第三方登录appKey(qq,twitter,google时必填 )
定义
String appKey;
[appKeySecret]
第三方登录appKeySecret(qq,twitter,google时必填 )
定义
String appKeySecret;
[token]
第三方登录有返回值的时候必填
定义
String token;
[tokenSecret]
第三方登录有返回值的时候必填
定义
String tokenSecret;
[unionId]
第三方登录的用户unionId
定义
String unionId;
[sex]
第三方登录的用户性别
定义
GizUserGenderType sex;
[fullName]
第三方登录用户信息,apple登录时传值
定义
@property (nonatomic, assign) GizThirdLoginFullName* fullName;
[authorizationCode]
apple登录返回的authorizationCod
定义
String authorizationCode;
[tokenIdentity]
apple登录返回的tokenIdentity
定义
String tokenIdentity;