Front-End Event Types
The
auth-code-received
event is emitted as soon as the requested verified information has been shared by the user. It contains the following fields:Field | Description |
---|---|
event | The event name: scoperequest:data-received |
response | JWT Token in base64 encoded format containing authorization code |
The
user-cancelled
event is emitted when the user cancels the process on their Civic Wallet app.Field | Description |
---|---|
event | The event name: scoperequest:user-cancelled |
The
civic-sip-error
event is emitted in the unlikely case a technical error caused the verification process to terminate.Field | Description |
---|---|
event | The event name: scoperequest:civic-sip-error |
Last modified 3mo ago