UNPKG

@cambridge-pte/gigya

Version:

Fork of Scott Hvestadt's Gigya SDK for NodeJS.

9 lines (8 loc) 224 B
export interface GigyaSamlConfig { entityID: string; certificate: string; spAssertionConsumerServiceUrl: string; spSingleLogoutServiceUrl: string; spMetadataUrl: string; } export default GigyaSamlConfig;