IntelligenceX

API Reference

Class

OpenAIRealtimeClientSecret

Namespace IntelligenceX.OpenAI.Realtime
Assembly IntelligenceX
Modifiers sealed

A short-lived credential that an app can use to establish one OpenAI Realtime connection.

Inheritance

  • Object
  • OpenAIRealtimeClientSecret

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public OpenAIRealtimeClientSecret(String value, DateTimeOffset expiresAt, String model) #

Initializes a short-lived credential created for a Realtime session.

Parameters

value System.String requiredposition: 0
expiresAt System.DateTimeOffset requiredposition: 1
model System.String requiredposition: 2

Properties

public String Value { get; } #

Gets the sensitive short-lived credential value. Do not log or persist it.

public DateTimeOffset ExpiresAt { get; } #

Gets the credential expiry time.

public String Model { get; } #

Gets the Realtime model associated with the session.