Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

166 total results found

Help

Dizme Wallet Customization Generic Text Components

The text components in the intl_en.arb file are: "HELP_BTN_OK_LABEL" for Help Button. "HELP_BTN_OK_SUPPORT_LABEL" for Help Support Label.

Info

Dizme Wallet Customization Generic Text Components

The text components in the intl_en.arb file are: "INFO_APP_FOOTER_A" for App Info - Footer A. "INFO_APP_FOOTER_B" for App Info - Footer B. "INFO_APP_LIBS_USED" for App Info Credit Label. "INFO_APP_MESSAGE_1" for App Info - Message 1. "INFO_APP_MESSAGE_2"...

Internal Storage

Dizme Wallet Customization Generic Text Components

The text components in the intl_en.arb file are: "INTERNAL_STORAGE_PERMISSION_ERROR_MESSAGE" for Internal Storage Permission Error Message. "INTERNAL_STORAGE_PERMISSION_ERROR_TITLE" for Internal Storage Permission Error Title. These text components can con...

Login

Dizme Wallet Customization Generic Text Components

The text components in the intl_en.arb file are: "LOGIN_FINGERPRINT_GENERIC_ERROR" for Login with Biometrics Error. "LOGIN_FINGERPRINT_NO_DATA_ERROR" for Login with Critical Eroor on Biometrics "LOG_IN_BUTTON" for Login Button. "LOG_IN_BUTTON_BIOMETRICS" ...

Modify Password

Dizme Wallet Customization Generic Text Components

The text components in the intl_en.arb file are: "MODIFY_PASSWORD_HINT_CONFIRM_NEW" for Confirm New Password. "MODIFY_PASSWORD_HINT_NEW" for New Password Hint "MODIFY_PASSWORD_HINT_OLD" for Old Password. "MODIFY_PASSWORD_MESSAGE" for Message on Insert Cur...

Passcode

Dizme Wallet Customization Generic Text Components

The text components in the intl_en.arb file are: "PASSCODE_ARE_NOT_THE_SAME_ERROR" for Error on provided password. "PASSCODE_INVALID_FORMAT_ERROR" for Error on a not valid password "PASSCODE_SET_ERROR" for Error on set password. "PASSCODE_WRONG_ERROR" for...

Recovery

Dizme Wallet Customization Generic Text Components

The text components in the intl_en.arb file are: "RECOVERY_BACKUP_FILE_LOADED_NAME" for Recovery on Backup File Name. "RECOVERY_BACKUP_FILE_LOADING_ERROR" for Error on recovering backup file. "RECOVERY_BACKUP_FILE_NO_ONE_SELECTED" for Error on no file sele...

Registration

Dizme Wallet Customization Generic Text Components

The text components in the intl_en.arb file are: "REGISTRATION_BIOMETRIC_CHECK_LABEL" for Registration on Biometric Check Label. "REGISTRATION_BIOMETRIC_CHECK_MSG" for Registration on Biometric Check Message. "REGISTRATION_BODY" for Registration on Body Me...

Send Support

Dizme Wallet Customization Generic Text Components

The text components in the intl_en.arb file are: "SEND_SUPPORT_DESCRIPTION_DECORATION_HINT" for Send Support Hint. "SEND_SUPPORT_DESCRIPTION_FORMAT_ERROR" for Format Error on Send Support Description. "SEND_SUPPORT_PAGE_HINT" for Send Support Page Title. ...

Restrictions, predicates and contents

Connection - Verify - Issue Case

Introduction A use case for an organization is to require specific limitations or customization on an already defined proof. This can be done passing the optional parameters to the start verify request that the organization call on the agent Applying Restricti...

Out Of Band Verification

Connection - Verify - Issue Case

DARS provides a verification request mode called Out Of Band which allows the wallet to scan the qrcode and be directed to the proof view without waiting for a notification. To activate this mode just add a parameter out_of_band=true to the verify/request API ...

Ledger interactions

Know How

References For further details on the relevant blockchains, you can refer to the official documentation [1] Sovrin "What Goes on the Ledger" https://sovrin.org/wp-content/uploads/2018/10/What-Goes-On-The-Ledger.pdf [2] Algorand Token https://developer.algorand...

Detailed Verify Confirm Callback Example

One Shot Sign with Dizme

General On this page we will show a detailed example of the verify confirm object that an organization that integrates an example of signature services could receive. Verify Confirm Callback Upon invocation of this service, all the attributes requested in the ...

Detail on Verify Request

One Shot Sign with Dizme

{ "proof": { "version": "1.0", "nonce": "1", "name": "PROOF_FOR_SIGN", "requested_predicates": { }, "requested_attributes": { "attr_reference1": { "names": [ "licenceUserName", "licenceUserEmai...

Edit Visibility Status

Dizme Studio Credential Definition

To change the status of a credential the OPERATOR must select the credential from the list and then click on the pencil icon button of the "Credential Detail" page, this will allow him/her to edit the status.

Introduction

Verify and Issue Credentials Cases V2

Verification and Issue of Credentials Use Cases This document describes a tipical customer integration cases that cover the two main activity on Dizme Stack: asking a credentials verification (proof) to a user wallet issue a new credential to the user wallet ...

Verification and Issue Integration Flow

Verify and Issue Credentials Cases V2

Sequence Call verify/request (1) API to create a new proof verification, the invitiation_short_url resultat (2) can be embendeed in a QrCode (3) that can be scan from the user with the Dizme Wallet app (4). The wallet will show the proof requested to the user...

Verification Integration Flow

Verify and Issue Credentials Cases V2

Sequence Call verify/request (1) API to create a new proof verification, the invitiation_short_url resultat (2) can be embendeed in a QrCode (3) that can be scan from the user with the Dizme Wallet app (4). The wallet will show the proof requested to the user...

Issue Integration Flow

Verify and Issue Credentials Cases V2

Sequence Call credential/offer (1) API to create a new proof verification, the credential_offer_link resultat (2) can be embendeed in a QrCode (3) that can be scan from the user with the Dizme Wallet app (4). After the scan, the wallet will start the issue ph...

DARS Api - Callback Api

Verify and Issue Credentials Cases V2

DARS Api verify/request The /verify/request service allows you to ask for verifiable credentials to a user In order to request verifiable credentials to a user, a proof template (or request) must be previously created for the own organization. The proof reques...