KtorSdJwtTypeMetadataDocumentRetriever
class KtorSdJwtTypeMetadataDocumentRetriever(val httpClient: HttpClient, val clock: Clock, val json: Json = Json.Default, val integrityChecker: SdJwtTypeMetadataDocumentIntegrityChecker = SdJwtTypeMetadataDocumentIntegrityChecker.DEFAULT) : SdJwtTypeMetadataDocumentRetriever(source)
Constructors
Link copied to clipboard
constructor(httpClient: HttpClient, clock: Clock, json: Json = Json.Default, integrityChecker: SdJwtTypeMetadataDocumentIntegrityChecker = SdJwtTypeMetadataDocumentIntegrityChecker.DEFAULT)
Functions
Link copied to clipboard
open suspend override fun retrieve(sdJwtVcType: SdJwtVcType, integrityMetadata: W3cSubresourceIntegrityMetadata?): SdJwtTypeMetadataDocument?