Class MfaChallengeResponse
- Namespace
- Auth0.AuthenticationApi.Models.Mfa
- Assembly
- Auth0.AuthenticationApi.dll
public class MfaChallengeResponse
- Inheritance
-
MfaChallengeResponse
- Inherited Members
Properties
BindingMethod
Method used for binding (only if applicable).
[JsonProperty("binding_method")]
public string BindingMethod { get; set; }
Property Value
ChallengeType
Type of challenge issued.
[JsonProperty("challenge_type")]
public string ChallengeType { get; set; }
Property Value
OobCode
Code for out-of-band challenge (only if applicable).
[JsonProperty("oob_code")]
public string OobCode { get; set; }