Show / Hide Table of Contents

Class RealtimeMessageAuthenticationCredentials

The payload for credential-based authentication.

Inheritance
object
RealtimeMessageAuthentication
RealtimeMessageAuthenticationCredentials
Inherited Members
RealtimeMessageAuthentication.CompartmentId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class RealtimeMessageAuthenticationCredentials : RealtimeMessageAuthentication

Properties

Headers

Declaration
[Required(ErrorMessage = "Headers is required.")]
[JsonProperty(PropertyName = "headers")]
public Dictionary<string, string> Headers { get; set; }
Property Value
Type Description
Dictionary<string, string>

The signed request header object.

Remarks

Required

In this article
Back to top