UNPKG

@hmcts/rpx-xui-node-lib

Version:

Common nodejs library components for XUI

9 lines 235 B
/** * A type defining the necessary parameters for S2S token generation. */ export interface S2SConfig { microservice: string; s2sEndpointUrl: string; s2sSecret: string; } //# sourceMappingURL=s2sConfig.interface.d.ts.map