Class CreateRealtimeTemporaryTokenParams
- Namespace
- AssemblyAI.Realtime
- Assembly
- AssemblyAI.dll
public record CreateRealtimeTemporaryTokenParams : IEquatable<CreateRealtimeTemporaryTokenParams>
- Inheritance
-
CreateRealtimeTemporaryTokenParams
- Implements
- Inherited Members
Properties
ExpiresIn
The amount of time until the token expires in seconds
[JsonPropertyName("expires_in")]
public required int ExpiresIn { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.