API Reference
Class
FluentLoginSession
Represents a fluent login session wrapper.
Inheritance
- Object
- FluentLoginSession
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
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.