Class Response
public class Response
- Inheritance
-
Response
- Inherited Members
Properties
AdditionalProperties
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Method
Authentication method: SMS
[JsonProperty("method", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public ResponseMethod Method { get; set; }
Property Value
Success
Whether the SMS code was sent successfully
[JsonProperty("success", Required = Required.Always)]
public bool Success { get; set; }