Nakama .NET Client 3.17.0
The official Nakama and Satori .NET client.
Loading...
Searching...
No Matches
Nakama.IApiAccountEmail Interface Reference

Send an email with password to the server. Used with authenticate/link/unlink. More...

Properties

string Email [get]
 A valid RFC-5322 email address.
string Password [get]
 A password for the user account. Ignored with unlink operations.
IDictionary< string, string > Vars [get]
 Extra information that will be bundled in the session token.

Detailed Description

Send an email with password to the server. Used with authenticate/link/unlink.

Property Documentation

◆ Email

string Nakama.IApiAccountEmail.Email
get

A valid RFC-5322 email address.

◆ Password

string Nakama.IApiAccountEmail.Password
get

A password for the user account. Ignored with unlink operations.

◆ Vars

IDictionary<string, string> Nakama.IApiAccountEmail.Vars
get

Extra information that will be bundled in the session token.


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