AuthProviderTypeParams constructor

AuthProviderTypeParams({
  1. ApiKeyParams? apiKey,
  2. GeminiEnterpriseAuthProviderParams? geAuthProvider,
  3. ThreeLeggedOAuth? threeLeggedOauth,
  4. TwoLeggedOAuth? twoLeggedOauth,
})

Implementation

AuthProviderTypeParams({
  this.apiKey,
  this.geAuthProvider,
  this.threeLeggedOauth,
  this.twoLeggedOauth,
});