Skip to content

Type Alias: SystemAuthentication

SystemAuthentication = HeaderBearerTokenAuthentication | CustomHeaderTokenAuthentication | MultiHeaderTokenAuthentication | QueryParamTokenAuthentication | MultiQueryParamTokenAuthentication | WebBasicAuthentication | AWSAccessKeyAuthentication | AWSAssumeRoleAuthentication | GoogleServiceAccountAuthentication | CustomAuthentication | OAuth2ClientCredentialsAuthentication

Defined in: types.ts:927

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.