Documentation

Support

Vivox Core SDK

Vivox Core SDK

vx_resp_account_authtoken_login

Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago

Module: Logging In and Logging Out More...
#include <VxcResponses.h>

Public Attributes

Name

vx_resp_base_tbase
The common properties for all responses.
VX_HANDLEaccount_handle
Valid on success, handle value for this initialized account login.
intaccount_id
The ID of the account.
char *user_name
The user name of the account.
char *display_name
The display name of the account, if available.
char *uri
The URI of the user.
intnum_aliases
The number of aliases that are associated with this account.
char *buddy_list_uri
The URI for list-based buddy presence.
char *encoded_uri_with_tag
The encoded URI for the user with the tag.

Detailed Description

struct vx_resp_account_authtoken_login;
See: vx_req_account_authtoken_login

Public Attributes Documentation

variable base

vx_resp_base_t base;
The common properties for all responses.

variable account_handle

VX_HANDLE account_handle;
Valid on success, handle value for this initialized account login.

variable account_id

int account_id;
The ID of the account.

variable user_name

char * user_name;
The user name of the account.

variable display_name

char * display_name;
The display name of the account, if available.

variable uri

char * uri;
The URI of the user.

variable num_aliases

int num_aliases;
The number of aliases that are associated with this account.

variable buddy_list_uri

char * buddy_list_uri;
The URI for list-based buddy presence. Note: Available in select systems only.

variable encoded_uri_with_tag

char * encoded_uri_with_tag;
The encoded URI for the user with the tag. This uniquely identifies users that might appear multiple times in a channel.