Package version:

Interface GetLivenessSessionResult200Response

The request has succeeded.

interface GetLivenessSessionResult200Response {
    body: LivenessSessionOutput;
    status: "200";
}

Hierarchy

  • unknown
    • GetLivenessSessionResult200Response

Properties

Properties

status: "200"