AuthProviderTypeParams constructor
AuthProviderTypeParams({
- ApiKeyParams? apiKey,
- GeminiEnterpriseAuthProviderParams? geAuthProvider,
- ThreeLeggedOAuth? threeLeggedOauth,
- TwoLeggedOAuth? twoLeggedOauth,
Implementation
AuthProviderTypeParams({
this.apiKey,
this.geAuthProvider,
this.threeLeggedOauth,
this.twoLeggedOauth,
});