Class RandomizedWolfTokenProvider
Provides a randomized token used by Wolf client when connecting.
Implements
Namespace: TehGM.Wolfringo.Utilities
Assembly: Wolfringo.Core.dll
Syntax
public class RandomizedWolfTokenProvider : IWolfTokenProvider
Methods
| Improve this Doc View SourceGetToken()
Generate a new token with length of 18.
Declaration
public string GetToken()
Returns
Type | Description |
---|---|
String | Generated token. |