Class MegaApiClient.AuthInfos
Inheritance
System.Object
MegaApiClient.AuthInfos
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CG.Web.MegaApiClient
Assembly: MegaApiClient.dll
Syntax
public class AuthInfos
Constructors
| Improve this Doc View SourceAuthInfos(String, String, Byte[], String)
Declaration
public AuthInfos(string email, string hash, byte[] passwordAesKey, string mfaKey = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | ||
System.String | hash | |
System.Byte[] | passwordAesKey | |
System.String | mfaKey |
Properties
| Improve this Doc View SourceDeclaration
public string Email { get; }
Property Value
Type | Description |
---|---|
System.String |
Hash
Declaration
public string Hash { get; }
Property Value
Type | Description |
---|---|
System.String |
MFAKey
Declaration
public string MFAKey { get; }
Property Value
Type | Description |
---|---|
System.String |
PasswordAesKey
Declaration
public byte[] PasswordAesKey { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |