Show / Hide Table of Contents

Class HttpEndpointDelegatedBearerAuthConfig

Specifies Bearer Token Authentication, where the same Bearer token received as part of the Agent Chat API request is used to invoke the external endpoint.

Inheritance
object
HttpEndpointAuthConfig
HttpEndpointDelegatedBearerAuthConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class HttpEndpointDelegatedBearerAuthConfig : HttpEndpointAuthConfig
In this article
Back to top