Skip to main content

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

ParameterType
valuestring
typeVerificationMethodTypeAuthentication
formatJWK

Returns

VerificationMaterialAuthentication

Properties

PropertyModifierTypeDefined in
formatreadonlyJWKpackages/shared/domain/build/index.d.ts:910
typereadonlyVerificationMethodTypeAuthenticationpackages/shared/domain/build/index.d.ts:912
valuereadonlystringpackages/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

Returns

VerificationMethodTypeDID

Implementation of

VerificationMaterialPeerDIDWithAuthentication.keyType