Class McpConnector
Assembly: Glitch9.AIDevKit.dll
[Serializable]
public class McpConnector : IData, IHasId<string>, IHasName
Fields
|
Edit this page
View Source
Declaration
[SerializeField]
public string id
Field Value
|
Edit this page
View Source
Declaration
[SerializeField]
public string name
Field Value
|
Edit this page
View Source
Declaration
[SerializeField]
public OAuthPreset provider
Field Value
| Type |
Description |
| OAuthPreset |
|
Properties
|
Edit this page
View Source
Declaration
public string Id { get; }
Property Value
|
Edit this page
View Source
Gets the name of this object.
Declaration
public string Name { get; }
Property Value
|
Edit this page
View Source
Declaration
public OAuthPreset OAuthProvider { get; }
Property Value
| Type |
Description |
| OAuthPreset |
|
Implements
Extension Methods