Skip to main content

Class MeadowCloudLoginResponseMessage

Encapsulation of the JSON response message Meadow Cloud returns for Login requests

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class MeadowCloudLoginResponseMessage

Properties

EncryptedKey

An encrypted authentication key

View Source
Declaration
public string EncryptedKey { get; set; }

EncryptedToken

An encrypted authentication token

View Source
Declaration
public string EncryptedToken { get; set; }

Iv

An encryption initialization vector

View Source
Declaration
public string Iv { get; set; }