PresentedCredential
Loosely typed representation based on documentation / example event here: https://docs.microsoft.com/en-us/azure/active-directory/verifiable-credentials/presentation-request-api#callback-events
type PresentedCredential {
claims: JSONObject!
credentialState: JSONObject!
domainValidation: JSONObject
faceCheck: FaceCheckResult
issuer: String!
type: [String!]!
}
Fields
PresentedCredential.claims
● JSONObject!
non-null scalar
PresentedCredential.credentialState
● JSONObject!
non-null scalar
PresentedCredential.domainValidation
● JSONObject
scalar
PresentedCredential.faceCheck
● FaceCheckResult
object
PresentedCredential.issuer
● String!
non-null scalar
PresentedCredential.type
● [String!]!
non-null scalar
Member Of
Presentation
object ● PresentationCallbackEvent
object