JWTVerifiablePresentation

data class JWTVerifiablePresentation(val context: Array<String>, val type: Array<String>, val verifiableCredential: Array<String>)(source)

Constructors

Link copied to clipboard
constructor(context: Array<String>, type: Array<String>, verifiableCredential: Array<String>)

Properties

Link copied to clipboard
@SerialName(value = "@context")
val context: Array<String>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

This method is used to check if the current object is equal to the given object.

Link copied to clipboard
open override fun hashCode(): Int

Computes the hash code value of this object.