Realm C++ SDK Version v2.2.0
Public Member Functions | Static Public Member Functions | Friends | List of all members

realm::App::credentials Struct Reference

Public Member Functions

 credentials (const credentials &other)
 
credentialsoperator= (const credentials &other)
 
 credentials (credentials &&other)
 
credentialsoperator= (credentials &&other)
 

Static Public Member Functions

static credentials anonymous ()
 
static credentials api_key (const std::string &key)
 
static credentials facebook (const std::string &access_token)
 
static credentials apple (const std::string &id_token)
 
static credentials google_auth_code (const std::string &auth_code)
 
static credentials google_id_token (const std::string &id_token)
 
static credentials custom (const std::string &token)
 
static credentials username_password (const std::string &username, const std::string &password)
 
static credentials function (const std::string &payload)
 

Friends

class App
 

The documentation for this struct was generated from the following files: