Class RealtimeMessageAuthenticationToken
The payload for JWT based authentication.
Inherited Members
Namespace: Oci.AispeechService.Models
Assembly: OCI.DotNetSDK.Aispeech.dll
Syntax
public class RealtimeMessageAuthenticationToken : RealtimeMessageAuthenticationProperties
Token
Declaration
[Required(ErrorMessage = "Token is required.")]
[JsonProperty(PropertyName = "token")]
public string Token { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The token (JWT) obtained from the realtime transcription session endpoint. | 
Remarks
Required