Astra Unity 2.6.6
Astra Unity Plugin
All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Astra.Examples.LoginRegisterRemote Class Reference

An example that shows how to login and register using remote idntifiers (non-Tafi) This is useful for registering users using your own authentication paramters instead of having users register a Tafi acconut. This means you must have a way to uniquely identify your own users and you need to keep track of that (both an id/email/etc and a password) More...

Inheritance diagram for Astra.Examples.LoginRegisterRemote:

Public Attributes

string remoteType = "email"
 
string remoteId = "johndoe@example.com"
 
string handle = "johndoe"
 
string password = "123456"
 

Detailed Description

An example that shows how to login and register using remote idntifiers (non-Tafi) This is useful for registering users using your own authentication paramters instead of having users register a Tafi acconut. This means you must have a way to uniquely identify your own users and you need to keep track of that (both an id/email/etc and a password)


The documentation for this class was generated from the following file: