Interface ISessionIdStore
Syntax
public interface ISessionIdStore
Methods
TryGetSession(out ClientSession)
Declaration
bool TryGetSession(out ClientSession session)
Parameters
| Type | Name | Description |
|---|---|---|
| Mirage.Authenticators.SessionId.ClientSession | session |
Returns
| Type | Description |
|---|---|
| System.Boolean |
StoreSession(ClientSession)
Declaration
void StoreSession(ClientSession session)
Parameters
| Type | Name | Description |
|---|---|---|
| Mirage.Authenticators.SessionId.ClientSession | session |