authConfigTemplates property

List<AuthConfigTemplate>? authConfigTemplates
getter/setter pair

Auth Config Templates is only used when connector backend is enabled.

This is used to specify the auth configs supported by the connector backend service to talk to the actual application backend.

Optional.

Implementation

core.List<AuthConfigTemplate>? authConfigTemplates;