public PolygonAuth() { _randomUtils = new PolygonRandomUtils(); _cryptoUtils = new PolygonCryptoUtils(); }
public PolygonAuth(IPolygonRandomUtils randomUtils, IPolygonCryptoUtils cryptoUtils) { _randomUtils = randomUtils; _cryptoUtils = cryptoUtils; }