GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsRequest constructor

GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsRequest({
  1. String? continueUri,
  2. String? forceRefreshToken,
  3. List<String>? scopes,
  4. String? userId,
})

Implementation

GoogleCloudAgentidentitycredentialsV1RetrieveCredentialsRequest({
  this.continueUri,
  this.forceRefreshToken,
  this.scopes,
  this.userId,
});