Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

Claims Reference


In DID Connect, a 'claim' is a specific piece of information or an action that your application requests from a user's digital wallet. These requests are the building blocks of any interaction, allowing you to perform actions ranging from simple authentication to complex, multi-step workflows. You can request a single claim or combine multiple claims in one session to gather all necessary information at once.

This section serves as a central directory for all available claim types. Each page provides a detailed explanation, parameter specifications, and practical code examples.

For a step-by-step guide on how to implement these requests in your application, please see our Requesting Claims guide.

The Claim Request Flow#

The fundamental interaction between an application and a DID Wallet involves requesting and receiving claims. The diagram below illustrates this process.


Available Claims#

Below is a summary of all claim types supported by DID Connect. Click on any card to navigate to the detailed reference page for that claim.

Next Steps#

Now that you have an overview of the available claims, you can dive into the specifics of each one. To see how these claims are composed into complete user experiences, explore our end-to-end examples or consult the WalletAuthenticator API Reference for detailed implementation.