Package version:

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

Methods

Methods