Share via


DeleteLivenessSession interface

Methods

delete(RequestParameters)

Note

Deleting a session deactivates the Session Auth Token by blocking future API calls made with that Auth Token. While this can be used to remove any access for that token, those requests will still count towards overall resource rate limits. It's best to leverage TokenTTL to limit length of tokens in the case that it is misused.

get(RequestParameters)

Get session result of detectLiveness/singleModal call.

Method Details

delete(RequestParameters)

Note

Deleting a session deactivates the Session Auth Token by blocking future API calls made with that Auth Token. While this can be used to remove any access for that token, those requests will still count towards overall resource rate limits. It's best to leverage TokenTTL to limit length of tokens in the case that it is misused.

function delete(options?: RequestParameters): StreamableMethod<DeleteLivenessSession204Response | DeleteLivenessSessionDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get session result of detectLiveness/singleModal call.

function get(options?: RequestParameters): StreamableMethod<GetLivenessSessionResult200Response | GetLivenessSessionResultDefaultResponse>

Parameters

Returns