Enum EnrollmentAuthMethod
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Method of authentication for a Guardian Enrollment.
public enum EnrollmentAuthMethod
Fields
[EnumMember(Value = "authenticator")] Authenticator = 0
[EnumMember(Value = "guardian")] Guardian = 1
[EnumMember(Value = "sms")] SMS = 2
[EnumMember(Value = "webauthn-platform")] WebAuthNPlatform = 4
[EnumMember(Value = "webauthn-roaming")] WebAuthNRoaming = 3