Download the PHP package verifymycontent/identity-check without Composer
On this page you can find all versions of the php package verifymycontent/identity-check. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download verifymycontent/identity-check
More information about verifymycontent/identity-check
Files in verifymycontent/identity-check
Package identity-check
Short Description VerifyMyContent Identity Check API SDK
License MIT
Informations about the package identity-check
VerifyMyContent Identity-Check PHP SDK
PHP SDK to use VerifyMyContent Identity-Check OAuth service.
Installation
Get Started
The main class to handle the moderation integration process is the \VerifyMyContent\IdentityCheck\VMC. It will abstract the HMAC generation for the API calls.
Start an Identity Verification
Retrieve Identity Verification by ID
Retrieves a specific identity verification to get current status.
- Pass the
idof the identity verification to thegetIdentityVerificationmethod. - Receive an
\VerifyMyContent\SDK\IdentityVerification\Entity\Responses\GetIdentityVerificationResponse(library used internally by this sdk).
Receive an Identity Verification Webhook
Receive a webhook from VerifyMyContent when the identity verification status changes.
- Receive a webhook from VerifyMyContent with the
$_POSTdata that can be parsed using methodparseIdentityVerificationWebhookPayload.
Start a Re-Identification
Retrieve Re-Identification by ID
Retrieves a specific re-identification to get current status.
- Pass the
idof the re-identification to thegetReIdentificationmethod. - Receive an
\VerifyMyContent\SDK\ReIdentification\Entity\Responses\GetReIdentificationResponse(library used internally by this sdk).
Receive a Re-Identification Webhook
Add allowed redirect urls
Update the list of allowed redirect urls
Remove allowed redirect urls
Remove allowed redirect urls from the list