Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 342 Bytes

File metadata and controls

17 lines (12 loc) · 342 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let userConsentRequests = await client.api('/identityGovernance/appConsent/appConsentRequests/ee245379-e3bb-4944-a997-24115f0b8b5e/userConsentRequests')
	.version('beta')
	.get();