IntelligenceX
Class

FluentLoginSession

Namespace IntelligenceX.OpenAI.Fluent
Assembly IntelligenceX
Modifiers sealed

Represents a fluent login session wrapper.

Inheritance

  • Object
  • FluentLoginSession

Methods

public async Task<FluentSession> WaitAsync(CancellationToken cancellationToken = null) #
Returns: Task<FluentSession>

Waits for login completion and returns the fluent session.

Parameters

cancellationToken System.Threading.CancellationToken = null
Cancellation token.

Properties

public FluentSession Session { get; } #

Gets the parent fluent session.

public ChatGptLoginStart Login { get; } #

Gets the login start response.