Type alias: SystemAuthentication¶
Ƭ SystemAuthentication: HeaderBearerTokenAuthentication | CustomHeaderTokenAuthentication | QueryParamTokenAuthentication | MultiQueryParamTokenAuthentication | WebBasicAuthentication | AWSAccessKeyAuthentication | AWSAssumeRoleAuthentication | CustomAuthentication
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.