Table of Contents

Class LoginResult

Namespace
TaleWorlds.Diamond
Assembly
TaleWorlds.Diamond.dll
[DataContract]
public sealed class LoginResult : FunctionResult
Inheritance
LoginResult
Inherited Members

Constructors

LoginResult()

public LoginResult()

LoginResult(string, Dictionary<string, string>)

public LoginResult(string errorCode, Dictionary<string, string> parameters = null)

Parameters

errorCode string
parameters Dictionary<string, string>

LoginResult(PeerId, SessionKey)

public LoginResult(PeerId peerId, SessionKey sessionKey)

Parameters

peerId PeerId
sessionKey SessionKey

LoginResult(PeerId, SessionKey, LoginResultObject)

public LoginResult(PeerId peerId, SessionKey sessionKey, LoginResultObject loginResultObject)

Parameters

peerId PeerId
sessionKey SessionKey
loginResultObject LoginResultObject

Properties

ErrorCode

[DataMember]
public string ErrorCode { get; }

Property Value

string

ErrorParameters

[DataMember]
public Dictionary<string, string> ErrorParameters { get; }

Property Value

Dictionary<string, string>

LoginResultObject

[DataMember]
public LoginResultObject LoginResultObject { get; }

Property Value

LoginResultObject

PeerId

[DataMember]
public PeerId PeerId { get; }

Property Value

PeerId

ProviderResponse

[DataMember]
public string ProviderResponse { get; }

Property Value

string

SessionKey

[DataMember]
public SessionKey SessionKey { get; }

Property Value

SessionKey

Successful

[DataMember]
public bool Successful { get; }

Property Value

bool

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).