/// <summary> /// Creates a new instance of the learning layers client /// </summary> public LearningLayersOidcProvider() { RestConnector = new UnityWebRequestRestConnector(); JsonSerializer = new JsonUtilityWrapper(); Browser = new Browser(); }
/// <summary> /// Creates a new instance of the GitHub client /// </summary> public GitHubOidcProvider() { RestConnector = new UnityWebRequestRestConnector(); JsonSerializer = new JsonUtilityWrapper(); Browser = new Browser(); }