Package version:

interface DeleteLivenessSession {
    delete(options?): StreamableMethod<DeleteLivenessSession200Response | DeleteLivenessSessionDefaultResponse>;
    get(options?): StreamableMethod<GetLivenessSessionResult200Response | GetLivenessSessionResultDefaultResponse>;
}

Methods

Methods