Package-level declarations

Types

Link copied to clipboard

The LongFormPrismDIDResolver class is an implementation of the DIDResolver interface for resolving DID document using the LongForm PRISM method.

Link copied to clipboard

The PeerDIDResolver class is an implementation of the DIDResolver interface for resolving DID document using the Peer DID method.

Link copied to clipboard
class PrismDIDApiResolver(apollo: Apollo, cloudAgentUrl: String, api: Api? = ApiImpl( httpClient { install(ContentNegotiation) { json( Json { ignoreUnknownKeys = true prettyPrint = true isLenient = true } ) } } )) : DIDResolver