Skip to content

Commit

Permalink
Constant for AuthBJJ credential type added
Browse files Browse the repository at this point in the history
  • Loading branch information
demonsh committed Dec 14, 2024
1 parent 2ed935a commit dee980f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions verifiable/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const (
// JSONLDSchemaW3CCredential2020 is a schema for context with Display method type
JSONLDSchemaIden3DisplayMethod = "https://schema.iden3.io/core/jsonld/displayMethod.jsonld"

// JSONLDSchemaIden3AuthBJJCredential is a schema for context with AuthBJJCredential type
JSONLDSchemaIden3AuthBJJCredential = "https://schema.iden3.io/core/jsonld/auth.jsonld"

// SparseMerkleTreeProof is CredentialStatusType for standard MTP result handlers
SparseMerkleTreeProof CredentialStatusType = "SparseMerkleTreeProof"

Expand Down

0 comments on commit dee980f

Please sign in to comment.