VerificationMaterialPeerDIDWithAuthentication
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / Domain / VerificationMaterialPeerDIDWithAuthentication
Class: VerificationMaterialPeerDIDWithAuthentication
Defined in: packages/shared/domain/build/index.d.ts:895
Implements
Constructors
Constructor
new VerificationMaterialPeerDIDWithAuthentication(
keyType:VerificationMethodTypeDID,value:string,authentication:VerificationMaterialAuthentication):VerificationMaterialPeerDIDWithAuthentication
Defined in: packages/shared/domain/build/index.d.ts:899
Parameters
| Parameter | Type |
|---|---|
keyType | VerificationMethodTypeDID |
value | string |
authentication | VerificationMaterialAuthentication |
Returns
VerificationMaterialPeerDIDWithAuthentication
Properties
| Property | Type | Defined in |
|---|---|---|
authentication | VerificationMaterialAuthentication | packages/shared/domain/build/index.d.ts:898 |
keyType | VerificationMethodTypeDID | packages/shared/domain/build/index.d.ts:896 |
value | string | packages/shared/domain/build/index.d.ts:897 |