File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ import { LOG } from './index'
5454const shortUUID = ShortUUID ( )
5555
5656export class VcIssuer {
57- private _issuerMetadata : CredentialIssuerMetadataOptsV1_0_15
57+ private _issuerMetadata : CredentialIssuerMetadataOptsV1_0_15 // TODO SSISDK-87 create proper solution to update issuer metadata
5858 private readonly _authorizationServerMetadata : AuthorizationServerMetadata
5959 private readonly _defaultCredentialOfferBaseUri ?: string
6060 private readonly _credentialSignerCallback ?: CredentialSignerCallback
@@ -863,6 +863,7 @@ export class VcIssuer {
863863 return this . _issuerMetadata
864864 }
865865
866+ // TODO SSISDK-87 create proper solution to update issuer metadata
866867 public set issuerMetadata ( value : CredentialIssuerMetadataOptsV1_0_15 ) {
867868 this . _issuerMetadata = value ;
868869 }
You can’t perform that action at this time.
0 commit comments