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_t | base The common properties for all responses. |
| VX_HANDLE | account_handle Valid on success, handle value for this initialized account login. |
| int | account_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. |
| int | num_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
See: vx_req_account_authtoken_loginstruct vx_resp_account_authtoken_login;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable account_handle
Valid on success, handle value for this initialized account login.VX_HANDLE account_handle;
variable account_id
The ID of the account.int account_id;
variable user_name
The user name of the account.char * user_name;
variable display_name
The display name of the account, if available.char * display_name;
variable uri
The URI of the user.char * uri;
variable num_aliases
The number of aliases that are associated with this account.int num_aliases;
variable buddy_list_uri
The URI for list-based buddy presence. Note: Available in select systems only.char * buddy_list_uri;
variable 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.char * encoded_uri_with_tag;