Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class ConstantWolfTokenProvider

    Provides a pre-defined not-changing token used by Wolf client when connecting.

    Inheritance
    System.Object
    ConstantWolfTokenProvider
    Implements
    IWolfTokenProvider
    Namespace: TehGM.Wolfringo.Utilities
    Assembly: Wolfringo.Core.dll
    Syntax
    public class ConstantWolfTokenProvider : IWolfTokenProvider

    Constructors

    | Improve this Doc View Source

    ConstantWolfTokenProvider(String)

    Creates a token provider from a pre-defined token.

    Declaration
    public ConstantWolfTokenProvider(string token)
    Parameters
    Type Name Description
    System.String token

    Pre-defined token value.

    Fields

    | Improve this Doc View Source

    TokenLength

    The expected length of a token.

    Declaration
    public const int TokenLength = 18
    Field Value
    Type Description
    System.Int32

    Properties

    | Improve this Doc View Source

    Value

    The value of the token.

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    GetToken()

    Returns the token specified when creating the provider.

    Declaration
    public string GetToken()
    Returns
    Type Description
    System.String

    WOLF token.

    Implements

    IWolfTokenProvider