Skip to main content

Class XsrfValue

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for XsrfValue. XSRF token value and last update time

Inheritance

object ← XsrfValue

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

XsrfValue()

Default constructor - defaults any enum props to 0.

Properties

LastUpdated

When the XSRF value was last updated (UTC)

Property Value

DateTime

Value

The XSRF token value

Property Value

string

See Also

PreferenceAgent