IntelligenceX

API Reference

Interface

IRemovableAuthBundleStore

Namespace IntelligenceX.OpenAI.Auth
Assembly IntelligenceX
Implements
Modifiers abstract

Optional account-removal capability for stores that support persistent sign-out.

Methods

public abstract Task RemoveAsync(String provider, String accountId, CancellationToken cancellationToken = null) #
Returns: Task

Removes only the specified provider and account. A null account selects only the provider's accountless entry.

Parameters

provider System.String requiredposition: 0
accountId System.String requiredposition: 1
cancellationToken System.Threading.CancellationToken = null optionalposition: 2