Skip to main content

IUserAuthRepository

Assembly: ServiceStack.dll
View Source
Declaration
public interface IUserAuthRepository : IAuthRepository

Methods

CreateUserAuth(IUserAuth, String)

View Source
Declaration
IUserAuth CreateUserAuth(IUserAuth newUser, string password)
Returns

ServiceStack.Auth.IUserAuth

Parameters
TypeName
ServiceStack.Auth.IUserAuthnewUser
System.Stringpassword

UpdateUserAuth(IUserAuth, IUserAuth)

View Source
Declaration
IUserAuth UpdateUserAuth(IUserAuth existingUser, IUserAuth newUser)
Returns

ServiceStack.Auth.IUserAuth

Parameters
TypeName
ServiceStack.Auth.IUserAuthexistingUser
ServiceStack.Auth.IUserAuthnewUser

UpdateUserAuth(IUserAuth, IUserAuth, String)

View Source
Declaration
IUserAuth UpdateUserAuth(IUserAuth existingUser, IUserAuth newUser, string password)
Returns

ServiceStack.Auth.IUserAuth

Parameters
TypeName
ServiceStack.Auth.IUserAuthexistingUser
ServiceStack.Auth.IUserAuthnewUser
System.Stringpassword

GetUserAuth(String)

View Source
Declaration
IUserAuth GetUserAuth(string userAuthId)
Returns

ServiceStack.Auth.IUserAuth

Parameters
TypeName
System.StringuserAuthId

DeleteUserAuth(String)

View Source
Declaration
void DeleteUserAuth(string userAuthId)
Parameters
TypeName
System.StringuserAuthId