Skip to content

Type alias: SystemAuthentication

core.SystemAuthentication

Ƭ SystemAuthentication: HeaderBearerTokenAuthentication | CustomHeaderTokenAuthentication | MultiHeaderTokenAuthentication | QueryParamTokenAuthentication | MultiQueryParamTokenAuthentication | WebBasicAuthentication | AWSAccessKeyAuthentication | AWSAssumeRoleAuthentication | CustomAuthentication | OAuth2ClientCredentialsAuthentication

The union of authentication methods that are supported for system authentication, where the pack author provides credentials used in HTTP requests rather than the user.

Defined in

types.ts:872