Methods
processCredentialRequest
- processCredentialRequest(WalletDID, signedChallenge, vcId, vcProvider): Promise<any>
Parameters
WalletDID: string
signedChallenge: string
vcId: string
Returns Promise<any>
- A promise that resolves with the result of the credential request.
processStatusCheckRequest
- processStatusCheckRequest(did, vcId, vcProvider): Promise<string>
Returns Promise<string>
- A promise that resolves with the result of the status check request.
processUpdateCredentialRequest
- processUpdateCredentialRequest(walletDID, signedRequest, vcId, vcProvider): Promise<any>
Parameters
walletDID: string
signedRequest: string
vcId: string
Returns Promise<any>
- A promise that resolves with the result of the update credential request.
Interface for a credential.