Method | Description | |
---|---|---|
CreateOrMergeAuthSession ( IAuthSession authSession, IOAuthTokens tokens ) : string | ||
CreateUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth newUser, string password ) : ServiceStack.ServiceInterface.Auth.UserAuth | ||
GetUserAuth ( IAuthSession authSession, IOAuthTokens tokens ) : ServiceStack.ServiceInterface.Auth.UserAuth | ||
GetUserAuth ( string userAuthId ) : ServiceStack.ServiceInterface.Auth.UserAuth | ||
GetUserAuthByUserName ( string userNameOrEmail ) : ServiceStack.ServiceInterface.Auth.UserAuth | ||
GetUserOAuthProviders ( string userAuthId ) : List |
||
LoadUserAuth ( IAuthSession session, IOAuthTokens tokens ) : void | ||
SaveUserAuth ( IAuthSession authSession ) : void | ||
SaveUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth userAuth ) : void | ||
TryAuthenticate ( string>.Dictionary |
||
TryAuthenticate ( string userName, string password, ServiceStack.ServiceInterface.Auth.UserAuth &userAuth ) : bool | ||
UpdateUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth existingUser, ServiceStack.ServiceInterface.Auth.UserAuth newUser, string password ) : ServiceStack.ServiceInterface.Auth.UserAuth |
public CreateOrMergeAuthSession ( IAuthSession authSession, IOAuthTokens tokens ) : string | ||
authSession | IAuthSession | |
tokens | IOAuthTokens | |
return | string |
public CreateUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth newUser, string password ) : ServiceStack.ServiceInterface.Auth.UserAuth | ||
newUser | ServiceStack.ServiceInterface.Auth.UserAuth | |
password | string | |
return | ServiceStack.ServiceInterface.Auth.UserAuth |
public GetUserAuth ( IAuthSession authSession, IOAuthTokens tokens ) : ServiceStack.ServiceInterface.Auth.UserAuth | ||
authSession | IAuthSession | |
tokens | IOAuthTokens | |
return | ServiceStack.ServiceInterface.Auth.UserAuth |
public GetUserAuth ( string userAuthId ) : ServiceStack.ServiceInterface.Auth.UserAuth | ||
userAuthId | string | |
return | ServiceStack.ServiceInterface.Auth.UserAuth |
public GetUserAuthByUserName ( string userNameOrEmail ) : ServiceStack.ServiceInterface.Auth.UserAuth | ||
userNameOrEmail | string | |
return | ServiceStack.ServiceInterface.Auth.UserAuth |
public GetUserOAuthProviders ( string userAuthId ) : List |
||
userAuthId | string | |
return | List |
public LoadUserAuth ( IAuthSession session, IOAuthTokens tokens ) : void | ||
session | IAuthSession | |
tokens | IOAuthTokens | |
return | void |
public SaveUserAuth ( IAuthSession authSession ) : void | ||
authSession | IAuthSession | |
return | void |
public SaveUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth userAuth ) : void | ||
userAuth | ServiceStack.ServiceInterface.Auth.UserAuth | |
return | void |
public TryAuthenticate ( string>.Dictionary |
||
digestHeaders | string>.Dictionary | |
privateKey | string | |
nonceTimeOut | int | |
sequence | string | |
userAuth | ServiceStack.ServiceInterface.Auth.UserAuth | |
return | bool |
public TryAuthenticate ( string userName, string password, ServiceStack.ServiceInterface.Auth.UserAuth &userAuth ) : bool | ||
userName | string | |
password | string | |
userAuth | ServiceStack.ServiceInterface.Auth.UserAuth | |
return | bool |
public UpdateUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth existingUser, ServiceStack.ServiceInterface.Auth.UserAuth newUser, string password ) : ServiceStack.ServiceInterface.Auth.UserAuth | ||
existingUser | ServiceStack.ServiceInterface.Auth.UserAuth | |
newUser | ServiceStack.ServiceInterface.Auth.UserAuth | |
password | string | |
return | ServiceStack.ServiceInterface.Auth.UserAuth |