vx_generic_credentials
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Credentials for creating Vivox accounts. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| char * | admin_username |
| char * | admin_password |
| char * | grant_document A signed XML grant document. |
| char * | server_url The URL of the Vivox account management server. |
Detailed Description
Credentials for creating Vivox accounts. Attention: This is not supported on the iPhone platform.struct vx_generic_credentials;
Public Attributes Documentation
variable admin_username
Attention: This is not currently supported. This must be NULL or empty.char * admin_username;
variable admin_password
Attention: This is not currently supported. This must be NULL or empty.char * admin_password;
variable grant_document
A signed XML grant document.char * grant_document;
variable server_url
The URL of the Vivox account management server.char * server_url;