Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.SaveUserAuth C# (CSharp) Method

SaveUserAuth() public method

public SaveUserAuth ( IAuthSession authSession ) : void
authSession IAuthSession
return void
        public void SaveUserAuth(IAuthSession authSession)
        {
            throw new NotSupportedException();
        }

Same methods

CustomUserAuthRepository::SaveUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth userAuth ) : void