ApiAuthentication constructor

ApiAuthentication({
  1. ApiKeyConfig? apiKeyConfig,
  2. BearerTokenConfig? bearerTokenConfig,
  3. OAuthConfig? oauthConfig,
  4. ServiceAccountAuthConfig? serviceAccountAuthConfig,
  5. ServiceAgentIdTokenAuthConfig? serviceAgentIdTokenAuthConfig,
})

Implementation

ApiAuthentication({
  this.apiKeyConfig,
  this.bearerTokenConfig,
  this.oauthConfig,
  this.serviceAccountAuthConfig,
  this.serviceAgentIdTokenAuthConfig,
});