Requester

data class Requester(val certChain: X509CertChain? = null, val appId: String? = null, val websiteOrigin: String? = null)

Details about the entity requesting data.

Constructors

Link copied to clipboard
constructor(certChain: X509CertChain? = null, appId: String? = null, websiteOrigin: String? = null)

Properties

Link copied to clipboard
val appId: String? = null

if the requester is a local application, for example com.example.app or <teamId>.<bundleId>.

Link copied to clipboard

if the requester signed the request and provided a certificate chain.

Link copied to clipboard
val websiteOrigin: String? = null

set if the verifier is a website, for example https://gov.example.com