LoginRequest
Request structure of the Login method.
Fields
account_name
account_name: string
Voximplant account name
Only one of account_name, account_email, account_id can be specified at the same request
account_email
account_email: string
Account email
Only one of account_name, account_email, account_id can be specified at the same request
account_id
account_id: int64
Account ID
Only one of account_name, account_email, account_id can be specified at the same request
session_id
session_id: string
Account session ID
Only one of session_id, api_key can be specified at the same request
api_key
api_key: string
Account API key
Only one of session_id, api_key can be specified at the same request