aries_cloudagent.messaging.credential_definitions package¶
Submodules¶
aries_cloudagent.messaging.credential_definitions.routes module¶
Credential definition admin routes.
-
class
aries_cloudagent.messaging.credential_definitions.routes.CredentialDefinitionGetResultsSchema(*, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases:
marshmallow.schema.SchemaResults schema for schema get request.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
aries_cloudagent.messaging.credential_definitions.routes.CredentialDefinitionSchema(*, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases:
marshmallow.schema.SchemaCredential definition schema.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
aries_cloudagent.messaging.credential_definitions.routes.CredentialDefinitionSendRequestSchema(*, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases:
marshmallow.schema.SchemaRequest schema for schema send request.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
aries_cloudagent.messaging.credential_definitions.routes.CredentialDefinitionSendResultsSchema(*, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases:
marshmallow.schema.SchemaResults schema for schema send request.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
class
aries_cloudagent.messaging.credential_definitions.routes.CredentialDefinitionsCreatedResultsSchema(*, only=None, exclude=(), many=False, context=None, load_only=(), dump_only=(), partial=False, unknown=None)[source]¶ Bases:
marshmallow.schema.SchemaResults schema for cred-defs-created request.
-
opts= <marshmallow.schema.SchemaOpts object>¶
-
-
aries_cloudagent.messaging.credential_definitions.routes.credential_definitions_created(request: <sphinx.ext.autodoc.importer._MockObject object at 0x7ffa2f0779e8>)[source]¶ Request handler for retrieving credential definitions that current agent created.
Parameters: request – aiohttp request object Returns: The identifiers of matching credential definitions.
-
aries_cloudagent.messaging.credential_definitions.routes.credential_definitions_get_credential_definition(request: <sphinx.ext.autodoc.importer._MockObject object at 0x7ffa2f0779e8>)[source]¶ Request handler for getting a credential definition from the ledger.
Parameters: request – aiohttp request object Returns: The credential definition details.
-
aries_cloudagent.messaging.credential_definitions.routes.credential_definitions_send_credential_definition(request: <sphinx.ext.autodoc.importer._MockObject object at 0x7ffa2f0779e8>)[source]¶ Request handler for sending a credential definition to the ledger.
Parameters: request – aiohttp request object Returns: The credential definition identifier