GetRecommendedDidCredentialsResponse

data class GetRecommendedDidCredentialsResponse(val rotationKeys: ReadOnlyList<String> = persistentListOf(), val alsoKnownAs: ReadOnlyList<String> = persistentListOf(), val verificationMethods: JsonContent? = null, val services: JsonContent? = null)

Constructors

Link copied to clipboard
constructor(rotationKeys: ReadOnlyList<String> = persistentListOf(), alsoKnownAs: ReadOnlyList<String> = persistentListOf(), verificationMethods: JsonContent? = null, services: JsonContent? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val services: JsonContent? = null
Link copied to clipboard