@JsonClass(true) data class DidDocAuthentication
DID document authentication
This class contains information about authentication public key and its type.
<init> |
DID document authentication DidDocAuthentication(type: String, publicKey: String) |
publicKey |
the public key val publicKey: String |
type |
the type of authentication public key val type: String |