Class EmailVerificationIdentity

java.lang.Object
com.auth0.json.mgmt.tickets.EmailVerificationIdentity

public class EmailVerificationIdentity extends Object
Represents the identity object that can be sent on requests to create an email verification ticket or job. Related to JobsEntity and TicketsEntity.
  • Constructor Details

    • EmailVerificationIdentity

      public EmailVerificationIdentity(String provider, String userId)
      Create a new instance.
      Parameters:
      provider - The identity provider name (e.g. "google-oauth2").
      userId - The user ID of the identity to be verified.
  • Method Details

    • getProvider

      public String getProvider()
      Get the identity provider name.
      Returns:
      The identity provider name.
    • getUserId

      public String getUserId()
      Get the user ID.
      Returns:
      the User ID.