Class QPersonSecret
- Namespace
- InSite.Application.Contacts.Read
- Assembly
- Shift.Sdk.dll
public class QPersonSecret
- Inheritance
-
QPersonSecret
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public virtual QPerson Person { get; set; }
Property Value
- QPerson
public Guid PersonIdentifier { get; set; }
Property Value
- Guid
public DateTimeOffset SecretExpiry { get; set; }
Property Value
- DateTimeOffset
public Guid SecretIdentifier { get; set; }
Property Value
- Guid
public int? SecretLifetimeLimit { get; set; }
Property Value
- int?
public string SecretName { get; set; }
Property Value
- string
public string SecretType { get; set; }
Property Value
- string
public string SecretValue { get; set; }
Property Value
- string
Methods
public static string CreateTokenSecret()
Returns
- string