Readonly
appReadonly
attestationSubmits sign-in flow related secrets to the holoom network's authority
agent, which in turn makes use of them as evidence that the user controls
the corresponding external web2 account. The authority subsequently
creates an ExternalIdAttestation
entry to attest this is so.
The pre-image to the PKCE challenge that was submitted to the identity provider's sign-in flow
The secret received from the identity provider on sign-in callback. The holoom network's authority agent exchanges this for an access token.
The ExternalIdAttestation
entry created by the authority
This client is used for obtaining
ExternalIdAttestation
s from the holoom network's authority agent. It should be invoked after receiving an authorization code (by callback) from the identity provider in question.Currently the only PKCE Authorization Code flow is supported.