capturePhoto
Captures a photo for the specified photo capture request, ready to be used in a subsequent issuance request. The photo must be a data URL using base64 encoding.
capturePhoto(
photo: String!
photoCaptureRequestId: UUID!
): Void
Arguments
capturePhoto.photo
● String!
non-null scalar
capturePhoto.photoCaptureRequestId
● UUID!
non-null scalar
Type
Void
scalar
Represents NULL values