Method
After D3.1: UC Specification WP3. Describes the restrictions/way of accessing a document
This class serializes to {"type":"OTP","oneTimePassword":"1234"} {"type":"public"} which is not to be confused with DocumentLocationMethod which instead serializes to {"document_access_mode":"OTP","oneTimePassword":"1234"} {"document_access_mode":"public", "oneTimePassword": null}
but otherwise does the exact same thing. This was never unified.
Inheritors
Types
D3.1: UC Specification WP3: The wallet fetches the document from at.asitplus.csc.collection_entries.RqesDocumentDigestEntry.documentLocationUri. The document should be fetched using the ‘Basic’ HTTP Authentication Scheme (RFC 7617).
D3.1: UC Specification WP3: The wallet fetches the document from at.asitplus.csc.collection_entries.RqesDocumentDigestEntry.documentLocationUri. The document should be fetched using the ‘Digest’ HTTP Authentication Scheme (RFC 7616).
D3.1: UC Specification WP3: The wallet fetches the document from at.asitplus.csc.collection_entries.RqesDocumentDigestEntry.documentLocationUri. The document should be fetched using the ‘OAuth 2.0’ Authentication Framework (RFC6749 and RFC8252).
D3.1: UC Specification WP3: The wallet displays the parameter oneTimePassword to the user. A webclient accessing the uri offers a way for the user to input the shown value and only then allows to fetch the document corresponding to hash.
D3.1: UC Specification WP3: The document corresponding to the parameter hash can be fetched from at.asitplus.csc.collection_entries.RqesDocumentDigestEntry.documentLocationUri with a https-request without further restrictions.