ServerSideVerificationOptions
interface
Properties
customData
</>Custom data string. If no custom data string is provided by the app, this query parameter value will not be present in the SSV callback.
customData: undefined | string;
userId
</>User identifier. If no user identifier is provided by the app, this query parameter will not be present in the SSV callback.
userId: undefined | string;