Documentation

Support

Vivox Core SDK

Vivox Core SDK

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

struct vx_generic_credentials;
Credentials for creating Vivox accounts. Attention: This is not supported on the iPhone platform.

Public Attributes Documentation

variable admin_username

char * admin_username;
Attention: This is not currently supported. This must be NULL or empty.

variable admin_password

char * admin_password;
Attention: This is not currently supported. This must be NULL or empty.

variable grant_document

char * grant_document;
A signed XML grant document.

variable server_url

char * server_url;
The URL of the Vivox account management server.