Table of Contents

Class Body2

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Code

Verification code received via SMS

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

Property Value

string

Method

Authentication method: SMS

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

Property Value

Body2Method

Phone

Phone number that received the code

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

Property Value

string