Show / Hide Table of Contents

Class RealtimeMessageAuthenticationToken

The payload for JWT based authentication.

Inheritance
object
RealtimeMessageAuthentication
RealtimeMessageAuthenticationToken
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 RealtimeMessageAuthenticationToken : RealtimeMessageAuthentication

Properties

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

In this article
Back to top