Get Recommended Did Credentials Response
data class GetRecommendedDidCredentialsResponse(val rotationKeys: List<String> = emptyList(), val alsoKnownAs: List<String> = emptyList(), val verificationMethods: JsonContent? = null, val services: JsonContent? = null)
Constructors
Link copied to clipboard
constructor(rotationKeys: List<String> = emptyList(), alsoKnownAs: List<String> = emptyList(), verificationMethods: JsonContent? = null, services: JsonContent? = null)