# SDK

## Overview

zCloak login-verify is a SDK provided by zCloak Network and designed to help developers to do verification and authentication.

**zCloak login-verify 0.4.1-0** **Highlights:**

1. Support verification for *DIDLogin*
2. Support verification for Credential *Digest Disclosure*, *Selective Disclosure*, *All Credential Content Disclosure*

{% hint style="info" %}
Check more coding details on our [**Github**](https://github.com/zCloak-Network/zkid-login/tree/master/packages/verify).
{% endhint %}

## Process Flow Diagram

zCloak login-verify aims to help developers to verify several Return Value of zkID Login Provider. The corresponding relation between are showed in the following figure. More details about what each function do, how the parameters looks like and other information are present in the [Method section](/introduction/method.md).

![Process Flow Diagram](https://i.imgur.com/aRW69EP.jpg)

## Installation

```bash
yarn add @zcloak/login-verify
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zkid.app/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
