RavenDbUserAuthRepository
Assembly: ServiceStack.Authentication.RavenDb.dll
View Source
Declaration
public class RavenDbUserAuthRepository : RavenDbUserAuthRepository<RavenUserAuth, RavenUserAuthDetails>, IUserAuthRepositoryAsync, IAuthRepositoryAsync, IQueryUserAuthAsync, IManageApiKeysAsync, IQueryUserAuth, ICustomUserAuth, IManageApiKeys, IUserAuthRepository, IAuthRepository
Properties
FindIdentityProperty
View Source
Declaration
public static Func<MemberInfo, bool> FindIdentityProperty { get; set; }
Methods
DefaultFindIdentityProperty(MemberInfo)
View Source
Declaration
public static bool DefaultFindIdentityProperty(MemberInfo p)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.Reflection.MemberInfo | p |
Implements
- ServiceStack.Auth.IUserAuthRepositoryAsync
- ServiceStack.Auth.IAuthRepositoryAsync
- ServiceStack.Auth.IQueryUserAuthAsync
- ServiceStack.Auth.IManageApiKeysAsync
- ServiceStack.Auth.IQueryUserAuth
- ServiceStack.Auth.ICustomUserAuth
- ServiceStack.Auth.IManageApiKeys
- ServiceStack.Auth.IUserAuthRepository
- ServiceStack.Auth.IAuthRepository