Package version:

Interface CreateLivenessSessionResultOutput

Response of liveness session creation.

interface CreateLivenessSessionResultOutput {
    authToken: string;
    sessionId: string;
}

Properties

Properties

authToken: string

Bearer token to provide authentication for the Vision SDK running on a client application. This Bearer token has limited permissions to perform only the required action and expires after the TTL time. It is also auditable.

sessionId: string

The unique session ID of the created session. It will expire 48 hours after it was created or may be deleted sooner using the corresponding Session DELETE operation.