GrantVerificationsVerificationInput

data class GrantVerificationsVerificationInput(val subject: Did, val handle: Handle, val displayName: String, val createdAt: String? = null)

Parameters

subject

The did of the subject being verified

handle

Handle of the subject the verification applies to at the moment of verifying.

displayName

Display name of the subject the verification applies to at the moment of verifying.

createdAt

Timestamp for verification record. Defaults to current time when not specified.

Constructors

Link copied to clipboard
constructor(subject: Did, handle: Handle, displayName: String, createdAt: String? = null)

Properties

Link copied to clipboard
val createdAt: String? = null

Timestamp for verification record. Defaults to current time when not specified.

Link copied to clipboard

Display name of the subject the verification applies to at the moment of verifying.

Link copied to clipboard

Handle of the subject the verification applies to at the moment of verifying.

Link copied to clipboard

The did of the subject being verified