• Docs
Menu
  • Guides
  • Tutorials
  • Samples
  • Reference
  • Downloads
    • .NET SDK
    • Kinvey CLI
    • Business Logic CLI
    • Flex SDK
  • .NET
    • Change Platform
    • iOS
    • Android
    • NativeScript
    • HTML5
    • Angular
    • PhoneGap
    • Node.js
    • Xamarin
    • .NET
    • REST API
  • Explore Kinvey
    • Kinvey Homepage
    • Kinvey Backend Console
    • Kinvey Chat Portal
    • Kinvey Studio
  • .NET Reference /
  • API Reference

API Reference

Class KMDEmailVerification

JSON representation of the emailVerification field present on user entities stored in Kinvey that have verified through email

Inheritance
System.Object
KMDEmailVerification
Namespace: Kinvey
Assembly: Kinvey.dll
Syntax
public class KMDEmailVerification : object

Constructors

| Improve this Doc View Source

KMDEmailVerification()

Initializes a new instance of the KMDEmailVerification class.

Declaration
public KMDEmailVerification()

Properties

| Improve this Doc View Source

EmailAddress

The email address of the user used for email verification.

Declaration
public String EmailAddress { get; set; }
Property Value
Type Description
String

The EmailAddress property gets/sets the value of the string field, _emailAddress.

| Improve this Doc View Source

LastConfirmedAt

The last time when email verification was confirmed.

Declaration
public String LastConfirmedAt { get; set; }
Property Value
Type Description
String

The LastConfirmedAt property gets/sets the value of the string field, _lastConfirmedAt.

| Improve this Doc View Source

LastStateChangeAt

The last time when the state of email verification changed.

Declaration
public String LastStateChangeAt { get; set; }
Property Value
Type Description
String

The LastStateChangeAt property gets/sets the value of the string field, _lastStateChangeAt.

| Improve this Doc View Source

Status

The status of email verification for the user.

Declaration
public String Status { get; set; }
Property Value
Type Description
String

The Status property gets/sets the value of the string field, _status.

  • Improve this Doc
  • View Source
© Kinvey
Terms of Use Privacy Policy