Table of Contents

Class Body

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Body
Inheritance
Body
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 BodyMethod Method { get; set; }

Property Value

BodyMethod

Phone

Phone number in E.164 format (e.g., +1234567890)

[JsonProperty("phone", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Phone { get; set; }

Property Value

string