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