Class EmailVerificationIdentity
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
Represents the identity object that can be sent on requests to create an email verification ticket or job.
public class EmailVerificationIdentity
- Inheritance
-
EmailVerificationIdentity
- Inherited Members
Properties
Provider
Identity provider name of the identity (e.g. google-oauth).
[JsonProperty("provider")]
public string Provider { get; set; }
Property Value
UserId
UserId of the identity to be verified.
[JsonProperty("user_id")]
public string UserId { get; set; }