---
id: v1-workflow-o-auth-client
title: WorkflowOAuthClient
pagination_label: WorkflowOAuthClient
sidebar_label: WorkflowOAuthClient
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'WorkflowOAuthClient', 'v1WorkflowOAuthClient']
slug: /tools/sdk/typescript/workflows/models/workflow-o-auth-client
tags: ['SDK', 'Software Development Kit', 'WorkflowOAuthClient', 'v1WorkflowOAuthClient']
---

# WorkflowOAuthClient

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **(optional)** `string` | OAuth client ID for the trigger. This is a UUID generated upon creation. | [default to undefined]
**secret** | **(optional)** `string` | OAuthClient secret. | [default to undefined]
**url** | **(optional)** `string` | URL for the external trigger to invoke | [default to undefined]

