Exemplo n.º 1
0
 /// <summary>
 /// Clear the Client SessionToken which allows this Client to call API calls requiring login.
 /// A new/fresh login will be required after calling this.
 /// </summary>
 public static void ForgetAllCredentials()
 {
     PlayFabHttp.ForgetAllCredentials();
 }