Interface ITokenFactory
Represents a factory that creates IToken instances.
public interface ITokenFactory
Methods
CreateToken(string)
Creates a new IToken instance from the specified token string.
IToken CreateToken(string token)
Represents a factory that creates IToken instances.
public interface ITokenFactory
Creates a new IToken instance from the specified token string.
IToken CreateToken(string token)