Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.IApiAccountEmail Interface Reference

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

Inherited by Nakama.ApiAccountEmail.

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: