UNPKG

stulz-sso-node-sdk-pub

Version:

<p align="center"> <img alt="STULZ Logo" height="100" src="https://www.stulz.com/typo3conf/ext/siteskin/Resources/Public/Images/Logos/logo.svg" title="STULZ-INDIA"/> </p>

9 lines (8 loc) 192 B
export interface STULZAuthConfig { serverUrl: string; clientSecret: string; clientId: string; redirectionUrl: string; postLogoutRedirection: string; scope: string[]; }