zkID Login Doc
  • Guide
    • Introduction
      • Why zkID-Login
      • DID Account Management
      • VC Management
      • Blockchain Connection
    • Basic Concepts
      • DID
        • DID Protocol Main Architecture
        • ZK DID Method
        • DID-Keys
      • VC
        • What are Verifiable Credentials
        • Key roles of VC
        • Core Data Model
    • Architecture
      • zkID Wallet
      • Provider
    • Usage of VC
      • Digest Disclosure
      • Selective Disclosure
      • All Credential Content Disclosure
  • API Reference
    • Provider API
    • Events
    • Errors
    • Using The Provider
  • SDK
    • Introduction
    • Method
      • verifyDidLogin
      • verifyCredentialDigest
      • verifyCredentialContent
  • Getting Started
    • Preliminary Preparation
    • Use Case
      • Login with DID
      • Login with Digest Disclosure
      • Login with Selective Disclosure
Powered by GitBook
On this page

API Reference

This section shows how your requests are handled and what are the expected responses.

PreviousUsage of VCNextProvider API

Last updated 2 years ago

For now, the communication between Dapp and zkID Wallet is established via .

All the API showed in this section are in the of zkID Login. (This section is using the 0.4.1-0 version for demonstration purposes).

When using the Provider of zkID Login, please make sure you use the same version of SDK as the Provider in order to avoid unnecessary error.

You can check how these APIs work in our for more details.

JSON-RPC 1.0
Provider
zkID Login Website