GoogleCloudAiplatformV1AuthConfigOauthConfig constructor

GoogleCloudAiplatformV1AuthConfigOauthConfig({
  1. String? accessToken,
  2. String? serviceAccount,
})

Implementation

GoogleCloudAiplatformV1AuthConfigOauthConfig({
  this.accessToken,
  this.serviceAccount,
});