vx_resp_account_authtoken_login
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
Module: Logging In and Logging Out
#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
struct vx_resp_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.