aries / net.globalid.aries.features.connection.models.dids / DidDocAuthentication

DidDocAuthentication

@JsonClass(true) data class DidDocAuthentication

DID document authentication

This class contains information about authentication public key and its type.

Constructors

<init>

DID document authentication

DidDocAuthentication(type: String, publicKey: String)

Properties

publicKey

the public key

val publicKey: String

type

the type of authentication public key

val type: String