Skip to main content

AuthInfo

Assembly: ServiceStack.Client.dll
View Source
Declaration
[Exclude(Feature.Soap)]
public class AuthInfo : IMeta

Properties

HasAuthSecret

View Source
Declaration
public bool? HasAuthSecret { get; set; }

HasAuthRepository

View Source
Declaration
public bool? HasAuthRepository { get; set; }

IncludesRoles

View Source
Declaration
public bool? IncludesRoles { get; set; }

IncludesOAuthTokens

View Source
Declaration
public bool? IncludesOAuthTokens { get; set; }

HtmlRedirect

View Source
Declaration
public string HtmlRedirect { get; set; }

AuthProviders

View Source
Declaration
public List<MetaAuthProvider> AuthProviders { get; set; }
View Source
Declaration
public Dictionary<string, List<LinkInfo>> RoleLinks { get; set; }

ServiceRoutes

View Source
Declaration
public Dictionary<string, string[]> ServiceRoutes { get; set; }

Meta

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

Implements