Show / Hide Table of Contents

Class DBC.TemporaryKeyFields

Fields for TemporaryKey, Temporary keys for lightweight authentications such as changing ones subscriptions

Inheritance
Object
DBC.TemporaryKeyFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class TemporaryKeyFields : Object

Fields

Authkey

TemporaryKey.Authkey: The actual key

Declaration
public const string Authkey = "authkey"
Field Value
Type Description
String

Domain

TemporaryKey.Domain: The domain this is a key for

Declaration
public const string Domain = "domain"
Field Value
Type Description
String

Expires

TemporaryKey.Expires: When this key expires (server localtime)

Declaration
public const string Expires = "expires"
Field Value
Type Description
String

Payload

TemporaryKey.Payload: Optional field that may contain arbitrary data used when the key is verified, dependent on the domain

Declaration
public const string Payload = "payload"
Field Value
Type Description
String

PersonId

TemporaryKey.PersonId: The person this is a key for

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
String

Registered

TemporaryKey.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

TemporaryKey.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

TargetId

TemporaryKey.TargetId: The primary key in the table this is a key for

Declaration
public const string TargetId = "target_id"
Field Value
Type Description
String

TemporaryKeyId

TemporaryKey.TemporaryKeyId: Primary key

Declaration
public const string TemporaryKeyId = "temporarykey_id"
Field Value
Type Description
String

Updated

TemporaryKey.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

TemporaryKey.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

TemporaryKey.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top