IAbstractSessionGenerateToken Method |
Name | Description | |
---|---|---|
GenerateToken |
This is the same as calling
GenerateToken(String, String, CorrelationID, IEventQueue)
with all null arguments.
| |
GenerateToken(CorrelationID) |
This is the same as calling
GenerateToken(String, String, CorrelationID, IEventQueue)
with a null user ID and IP address and a null IEventQueue.
| |
GenerateToken(CorrelationID, IEventQueue) |
This is the same as calling
GenerateToken(String, String, CorrelationID, IEventQueue)
with a null user ID and IP address.
| |
GenerateToken(String, String, CorrelationID, IEventQueue) |
Generate a token to be used for authorization.
Valid authentication options must have been specified in the SessionOptions. |