Show / Hide Table of Contents

Class SSODataParam

Inheritance
System.Object
ExtraData
SSODataParam
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: com.tencent.imsdk.unity.types
Assembly: cs.temp.dll.dll
Syntax
public class SSODataParam : ExtraData

Fields

sso_data_param_body

Declaration
public string sso_data_param_body
Field Value
Type Description
System.String

sso请求的内容,内容是二进制,需要外部传入base64编码后的字符串,sdk内部回解码成原二进制

sso_data_param_cmd

Declaration
public string sso_data_param_cmd
Field Value
Type Description
System.String

sso请求的命令字

sso_data_param_timeout

Declaration
public ulong sso_data_param_timeout
Field Value
Type Description
System.UInt64

sso请求的超时时间,默认是15秒

In This Article
Back to top Generated by DocFX