VerificationService
Project description
affinidi_tdk_credential_verification_client
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
For more information, please visit https://github.com/affinidi/affinidi-tdk
Documentation is available at https://docs.affinidi.com/dev-tools/affinidi-tdk/clients/credential-verification
Requirements.
Python 3.7+
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install affinidi_tdk_credential_verification_client
Then import the package:
import affinidi_tdk_credential_verification_client
Setuptools
Install via Setuptools.
python setup.py install --user
Then import the package:
import affinidi_tdk_credential_verification_client
Tests
Execute pytest
to run the tests.
Getting Started
Please follow the installation procedure and then run the following:
import time
import affinidi_tdk_credential_verification_client
from affinidi_tdk_credential_verification_client.rest import ApiException
from pprint import pprint
# Defining the host is optional and defaults to https://apse1.api.affinidi.io/ver
# See configuration.py for a list of all supported configuration parameters.
configuration = affinidi_tdk_credential_verification_client.Configuration(
host = "https://apse1.api.affinidi.io/ver"
)
# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.
# Configure API key authorization: ProjectTokenAuth
configuration.api_key['ProjectTokenAuth'] = os.environ["API_KEY"]
# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['ProjectTokenAuth'] = 'Bearer'
# Enter a context with an instance of the API client
with affinidi_tdk_credential_verification_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = affinidi_tdk_credential_verification_client.DefaultApi(api_client)
verify_credential_input = affinidi_tdk_credential_verification_client.VerifyCredentialInput() # VerifyCredentialInput | VerifyCredentials
try:
# Verifying VC
api_response = api_instance.verify_credentials(verify_credential_input)
print("The response of DefaultApi->verify_credentials:\n")
pprint(api_response)
except ApiException as e:
print("Exception when calling DefaultApi->verify_credentials: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to https://apse1.api.affinidi.io/ver
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | verify_credentials | POST /v1/verifier/verify-vcs | Verifying VC |
DefaultApi | verify_presentation | POST /v1/verifier/verify-vp | Verifying VP |
Documentation For Models
- Constraints
- ConstraintsStatuses
- CredentialRequirements
- CredentialRequirementsConstraints
- Descriptor
- Error
- ErrorDetail
- EvaluateVpOutput
- Field
- Filter
- FilterConst
- FilterItems
- Format
- FreeFormObject
- HolderSubject
- InputDescriptor
- InvalidParameterError
- JwtObject
- LdpObject
- NestedDescriptor
- NotFoundError
- NotFoundErrorDetailsInner
- PdStatus
- PresentationDefinition
- PresentationSubmission
- SubmissionRequirement
- ValidateJwtInput
- ValidateJwtOutput
- VerifyCredentialInput
- VerifyCredentialOutput
- VerifyPresentationInput
- VerifyPresentationOutput
- VerifyPresentationOutputErrors
- W3cCredential
- W3cCredentialCredentialSchema
- W3cCredentialCredentialSubject
- W3cCredentialHolder
- W3cCredentialStatus
- W3cPresentation
- W3cPresentationContext
- W3cPresentationContextOneOfInner
- W3cProof
Documentation For Authorization
Authentication schemes defined for the API:
UserTokenAuth
- Type: API key
- API key parameter name: authorization
- Location: HTTP header
ProjectTokenAuth
- Type: API key
- API key parameter name: authorization
- Location: HTTP header
Author
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file affinidi_tdk_credential_verification_client-1.28.0.tar.gz
.
File metadata
- Download URL: affinidi_tdk_credential_verification_client-1.28.0.tar.gz
- Upload date:
- Size: 35.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 990775cf163004cf1660bcbdd15486e9b36d3db2591ce36d66c0e485f579d2b6 |
|
MD5 | d1e70da5c826c7ee16d089560fac2def |
|
BLAKE2b-256 | 13fa1b8aba4225b1a8544ff0edaa9b9d5210f649c3ef60a5801543ff94bf30a4 |
File details
Details for the file affinidi_tdk_credential_verification_client-1.28.0-py3-none-any.whl
.
File metadata
- Download URL: affinidi_tdk_credential_verification_client-1.28.0-py3-none-any.whl
- Upload date:
- Size: 84.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: poetry/1.8.3 CPython/3.12.6 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a9df9979f4d0ccf3de943710c4f1f355b481a8701f05fde33c06fc51b602131 |
|
MD5 | 63def41476e1e50a02990f9e13ce9504 |
|
BLAKE2b-256 | 45316dcf3b1604ea12584bb897498f442a3979a6b58f23a90cfcf160776901bb |