Table of Contents

Class TwoFactorAuthResponse

Namespace
Vonage.ShortCodes
Assembly
Vonage.dll

Represents the response from sending a two-factor authentication message via short code.

public class TwoFactorAuthResponse
Inheritance
TwoFactorAuthResponse
Inherited Members

Properties

MessageCount

Gets or sets the number of messages sent in response to the request.

[JsonProperty("message-count")]
public string MessageCount { get; set; }

Property Value

string

Messages

Gets or sets the array of message results containing delivery status for each recipient.

public Message[] Messages { get; set; }

Property Value

Message[]