Class RealtimeMessageAuthenticationCredentials
The payload for credential-based authentication.
Inherited Members
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