getAuthInfo

TrueConf7/5/26Less than 1 minute

getAuthInfo

Description

Obtain information about the protection type for adiministrator and user accounts

void getAuthInfo()

Response example

{
    "method": "getAuthInfo",
    "requestId" : "1",
    "adminAuth": {
        "security": "password"
    },
    "userAuth": {
        "security": "pin",
        "pin": "396"
    },
    "result": true
}

Response Parameters

NameDescription
securityAccount protection type. It can be as follows:
• password - Password authorization
• pin - PIN-based authorization
• unsecured - Unprotected authorization
pinPIN. This field is present if PIN authentication is used and if a connection is authorized as an administrator
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: