accent_color
query parameter. The accent color appears in interface elements such as buttons and signature places. Make sure the color you choose is visible against a white document background.
The value must be a valid hexadecimal color code, without the #
prefix. The default accent color is a shade of blue.
For example, to set the accent color to purple:
allow_cancel
query parameter to false
. You can do this to handle the cancellation in your application.
event_delivery
query parameter to either redirect
or message
.
event_delivery=message
, the ceremony will send events to your application as a Javascript Message with a payload. This is useful when embedding in a web app using <iframe>
.
event_delivery=redirect
, the ceremony will redirect to a URL with a query parameter that contains the event. This is useful when embedding in a desktop or mobile app using WebView
or similar.