DEVELOPER CENTER
...
JavaScript
Libraries

$pinc.oauth

4min

The pinc.oauth library gives you the ability to modify your user experiences by invoking event callbacks events.

Attach an event handler once the user consents

Attach an event handler to watch post user consent. This is a positive event and only fires if consented.

JS


Handler arguments (data)

JSON


Check if the user has previously consented an integration

The OAuth library allows you to check if the current user has already consented an integration. This is useful if you have a return user to your integration page and would like to alter the user experience base on whether your user has previously consented or not.

JS


Arguments

provider

required

Internal name of the provider. Can be found here.

userId

optional

Your end user id. This defaults to the value specified in data-user-id attribute of the script element. The value if specified acts as an override.

Callback Response

Boolean

Updated 03 Mar 2023
Doc contributor
Doc contributor
Did this page help you?