Skip to main content

AuthTokens

Assembly: ServiceStack.dll​
View Source​
Declaration
public class AuthTokens : IAuthTokens, IUserAuthDetailsExtended

Properties​

Provider​

View Source​
Declaration
public string Provider { get; set; }

UserId​

View Source​
Declaration
public string UserId { get; set; }

UserName​

View Source​
Declaration
public string UserName { get; set; }

DisplayName​

View Source​
Declaration
public string DisplayName { get; set; }

FirstName​

View Source​
Declaration
public string FirstName { get; set; }

LastName​

View Source​
Declaration
public string LastName { get; set; }

Company​

View Source​
Declaration
public string Company { get; set; }

Email​

View Source​
Declaration
public string Email { get; set; }

PhoneNumber​

View Source​
Declaration
public string PhoneNumber { get; set; }

BirthDate​

View Source​
Declaration
public DateTime? BirthDate { get; set; }

BirthDateRaw​

View Source​
Declaration
public string BirthDateRaw { get; set; }

Address​

View Source​
Declaration
public string Address { get; set; }

Address2​

View Source​
Declaration
public string Address2 { get; set; }

City​

View Source​
Declaration
public string City { get; set; }

State​

View Source​
Declaration
public string State { get; set; }

Country​

View Source​
Declaration
public string Country { get; set; }

Culture​

View Source​
Declaration
public string Culture { get; set; }

FullName​

View Source​
Declaration
public string FullName { get; set; }

Gender​

View Source​
Declaration
public string Gender { get; set; }

Language​

View Source​
Declaration
public string Language { get; set; }

MailAddress​

View Source​
Declaration
public string MailAddress { get; set; }

Nickname​

View Source​
Declaration
public string Nickname { get; set; }

PostalCode​

View Source​
Declaration
public string PostalCode { get; set; }

TimeZone​

View Source​
Declaration
public string TimeZone { get; set; }

AccessToken​

View Source​
Declaration
public string AccessToken { get; set; }

AccessTokenSecret​

View Source​
Declaration
public string AccessTokenSecret { get; set; }

RefreshToken​

View Source​
Declaration
public string RefreshToken { get; set; }

RefreshTokenExpiry​

View Source​
Declaration
public DateTime? RefreshTokenExpiry { get; set; }

RequestToken​

View Source​
Declaration
public string RequestToken { get; set; }

RequestTokenSecret​

View Source​
Declaration
public string RequestTokenSecret { get; set; }

Items​

View Source​
Declaration
public Dictionary<string, string> Items { get; set; }

Implements​