Package version:

Interface CreateLivenessSession200Response

A successful call create a session for a client device and provide an authorization token for use by the client application for a limited purpose and time.

interface CreateLivenessSession200Response {
    body: CreateLivenessSessionResultOutput;
    status: "200";
}

Hierarchy

  • unknown
    • CreateLivenessSession200Response

Properties

Properties

status: "200"