Home > @i2analyze/i2connect > services > IAuthenticatorServiceConfig
services.IAuthenticatorServiceConfig interface
A collection of properties that define whether a service requires user authentication, and how it behaves if so.
Signature:
interface IAuthenticatorServiceConfig
Introduced: API version 2.0
Properties
Property | Type | Description |
---|---|---|
authenticator? | IAuthenticator | undefined | (Optional) Gets the authenticator to use, or undefined if authentication is not required. |