Grant Verifications Verification Input
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.
display Name
Display name of the subject the verification applies to at the moment of verifying.
created At
Timestamp for verification record. Defaults to current time when not specified.