Show / Hide Table of Contents

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 Source

AuthInfos(String, String, Byte[], String)

Declaration
public AuthInfos(string email, string hash, byte[] passwordAesKey, string mfaKey = null)
Parameters
Type Name Description
System.String email
System.String hash
System.Byte[] passwordAesKey
System.String mfaKey

Properties

| Improve this Doc View Source

Email

Declaration
public string Email { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Hash

Declaration
public string Hash { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MFAKey

Declaration
public string MFAKey { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PasswordAesKey

Declaration
public byte[] PasswordAesKey { get; }
Property Value
Type Description
System.Byte[]
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2013-2024 - Gregoire Pailler - MegaApiClient 1.10.5