Skip to main content

IdentityInput

Input type representing an identity that is issued credentials

input IdentityInput {
identifier: String!
issuer: String!
name: String!
}

Fields

IdentityInput.identifier ● String! non-null scalar

The unique identifier of the identity in the issuer

IdentityInput.issuer ● String! non-null scalar

The issuer of the identity

IdentityInput.name ● String! non-null scalar

The name of the identity

Member Of

AsyncIssuanceRequestInput input ● IssuanceRequestInput input ● PresentationRequestInput input ● saveIdentity mutation