# Packages
Package template provides some predefined descriptors used to issue verifiable credentials, they are compliant with the Axone Ontology.
# Functions
New allows to Generate a verifiable credential with the given credential descriptor.
NewAuthParser creates a new AuthParser using the provided [ld.DocumentLoader].
NewDefaultParser creates a new DefaultParser using the provided [ld.DocumentLoader].
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Structs
AuthClaim carries the claims of a [verifiable.Credential] for authentication purpose.
AuthParser is a [verifiable.Credential] parser expected to carry [AuthClaim].
DefaultParser is a simple [verifiable.Credential] parser.
Generator is a verifiable credential generator.
No description provided by the author
VDRKeyResolverWithSecp256k1 is a VDR key resolver including a secp256k1 public key fetcher as is not available in the default VDRKeyResolver.
# Interfaces
Claim denotes a claim carried by a [verifiable.Credential].
Descriptor is an interface representing the description of a verifiable credential.
Parser is a [verifiable.Credential] parser for a certain type of Claim.
# Type aliases
No description provided by the author
Option is a function that configures a Generator.