AuthenticateWithPassword (.NET)
- Declaration
public static async Task<Result<CavrnusAuthentication, ErrorInfo>> AuthenticateWithPassword(string server, string email, string password)
- Description
Gets user credentials, allowing you to join valid spaces and make other requests.
- Sample
//Coming soon!