Skip to main content

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
TypeName
System.Reflection.MemberInfop

Implements