ApiAuthentication constructor
ApiAuthentication({
- ApiKeyConfig? apiKeyConfig,
- BearerTokenConfig? bearerTokenConfig,
- OAuthConfig? oauthConfig,
- ServiceAccountAuthConfig? serviceAccountAuthConfig,
- ServiceAgentIdTokenAuthConfig? serviceAgentIdTokenAuthConfig,
Implementation
ApiAuthentication({
this.apiKeyConfig,
this.bearerTokenConfig,
this.oauthConfig,
this.serviceAccountAuthConfig,
this.serviceAgentIdTokenAuthConfig,
});