API Reference
Class
AuthBundleStoreExtensions
Operations that require an optional authentication-store capability.
Inheritance
- Object
- AuthBundleStoreExtensions
Methods
public static Task RemoveAsync(IAuthBundleStore store, String provider, String accountId, CancellationToken cancellationToken = null) #Returns:
TaskRemoves a stored account, or reports that the configured store does not support persistent sign-out.
Parameters
- store IntelligenceX.OpenAI.Auth.IAuthBundleStore
- provider System.String
- accountId System.String
- cancellationToken System.Threading.CancellationToken = null
Exceptions
NotSupportedException– The store does not implement IRemovableAuthBundleStore.