Skip to main content

UserApiKey

Assembly: ServiceStack.Client.dll
View Source
Declaration
[DataContract]
public class UserApiKey : IMeta

Properties

Key

View Source
Declaration
[DataMember(Order = 1)]
public string Key { get; set; }

KeyType

View Source
Declaration
[DataMember(Order = 2)]
public string KeyType { get; set; }

ExpiryDate

View Source
Declaration
[DataMember(Order = 3)]
public DateTime? ExpiryDate { get; set; }

Meta

View Source
Declaration
[DataMember(Order = 4)]
public Dictionary<string, string> Meta { get; set; }

Implements