Logo
Explore Help
Register Sign In
Miko/node-metaverse
1
0
Fork 0
You've already forked node-metaverse
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
f49acfec35809681087304b2681fa45e9cd23d37
node-metaverse/lib/classes/LoginParameters.ts

11 lines
237 B
TypeScript
Raw Normal View History

Login working and prepare LoginResponse class and associated types
2017-11-21 15:09:26 +00:00
export class LoginParameters
{
firstName: string;
lastName: string;
password: string;
start = 'last';
- Support specifying URL in loginParameters for connecting to OpenSim - Patch some miscellaneous OpenSim related glitches - Add waitForRegionHandshake function - Add a concurrent promise queue - Fix xml writing of Vector3s - Fix asset downloading on grids without HTTP assets - Fix buildObject to properly orientate prims - Wrangled with CreateSelected all day and it turned out to be an OpenSim bug - LinkFrom function for faster linking - Updated LLSD library to fix LLMesh decoding
2020-01-07 21:01:20 +00:00
url = 'https://login.agni.lindenlab.com/cgi-bin/login.cgi';
MFA support
2022-05-06 12:20:50 +01:00
token?: string;
mfa_hash?: string;
Login working and prepare LoginResponse class and associated types
2017-11-21 15:09:26 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 69ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API