Skip to content

Change credentials create test vectors #139

@nitro-neal

Description

@nitro-neal

Currently the test vector uses .fromJson and only works in kotlin.

Need to change the test vector input so it's the input of VerifiableCredential.create() and works across all sdks

public fun <T> create(
  type: String,
  issuer: String,
  subject: String,
  data: T,
  credentialStatus: CredentialStatus? = null,
  issuanceDate: Date = Date(),
  expirationDate: Date? = null
): VerifiableCredential {

Metadata

Metadata

Assignees

Labels

pr-existstestingrelated to new or existing testsvcrelated to verifiable credentials

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions