Package version:

Interface CreateLivenessWithVerifySessionResultOutput

Response of liveness session with verify creation with verify image provided.

interface CreateLivenessWithVerifySessionResultOutput {
    authToken: string;
    sessionId: string;
    verifyImage?: LivenessWithVerifyImageOutput;
}

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.

The detail of face for verification.