API Reference
Interface
IRemovableAuthBundleStore
Optional account-removal capability for stores that support persistent sign-out.
Methods
public abstract Task RemoveAsync(String provider, String accountId, CancellationToken cancellationToken = null) #Returns:
TaskRemoves only the specified provider and account. A null account selects only the provider's accountless entry.
Parameters
- provider System.String
- accountId System.String
- cancellationToken System.Threading.CancellationToken = null