VerificationMaterialAuthentication
@hyperledger/identus-sdk v8.0.0
@hyperledger/identus-sdk / overview / Domain / VerificationMaterialAuthentication
Class: VerificationMaterialAuthentication
Defined in: packages/shared/domain/build/index.d.ts:909
Implements
Constructors
Constructor
new VerificationMaterialAuthentication(
value:string,type:VerificationMethodTypeAuthentication,format:JWK):VerificationMaterialAuthentication
Defined in: packages/shared/domain/build/index.d.ts:913
Parameters
| Parameter | Type |
|---|---|
value | string |
type | VerificationMethodTypeAuthentication |
format | JWK |
Returns
VerificationMaterialAuthentication
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
format | readonly | JWK | packages/shared/domain/build/index.d.ts:910 |
type | readonly | VerificationMethodTypeAuthentication | packages/shared/domain/build/index.d.ts:912 |
value | readonly | string | packages/shared/domain/build/index.d.ts:911 |
Accessors
authentication
Get Signature
get authentication():
VerificationMaterialAuthentication
Defined in: packages/shared/domain/build/index.d.ts:915
Returns
VerificationMaterialAuthentication
Implementation of
VerificationMaterialPeerDIDWithAuthentication.authentication
keyType
Get Signature
get keyType():
VerificationMethodTypeDID
Defined in: packages/shared/domain/build/index.d.ts:914