AuthContext
Assembly: ServiceStack.dll
View Source
Declaration
public class AuthContext : IMeta
Properties
Request
View Source
Declaration
public IRequest Request { get; set; }
Service
View Source
Declaration
public IServiceBase Service { get; set; }
AuthProvider
View Source
Declaration
public AuthProvider AuthProvider { get; set; }
AuthProviderSync
View Source
Declaration
public AuthProviderSync AuthProviderSync { get; set; }
Session
View Source
Declaration
public IAuthSession Session { get; set; }
AuthTokens
View Source
Declaration
public IAuthTokens AuthTokens { get; set; }
AuthInfo
View Source
Declaration
public Dictionary<string, string> AuthInfo { get; set; }
AuthRepository
View Source
Declaration
public IAuthRepository AuthRepository { get; set; }
AuthRepositoryAsync
View Source
Declaration
public IAuthRepositoryAsync AuthRepositoryAsync { get; set; }
Meta
View Source
Declaration
public Dictionary<string, string> Meta { get; set; }