Table of Contents

Class Response

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Response
Inheritance
Response
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Method

Authentication method: SMS

[JsonProperty("method", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public ResponseMethod Method { get; set; }

Property Value

ResponseMethod

Success

Whether the SMS code was sent successfully

[JsonProperty("success", Required = Required.Always)]
public bool Success { get; set; }

Property Value

bool