Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #357 from aspriddell/add-more-ubisoft-token-proper…
Browse files Browse the repository at this point in the history
…ties

Add more properties to ubisoft tokens
  • Loading branch information
aspriddell authored Dec 23, 2022
2 parents 78e562e + d1bd5f8 commit 2624f7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DragonFruit.Six.Api/Authentication/Entities/UbisoftToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
// Licensed under Apache-2. Refer to the LICENSE file for more info

using System;
using DragonFruit.Six.Api.Accounts.Entities;
using Newtonsoft.Json;

namespace DragonFruit.Six.Api.Authentication.Entities
{
/// <summary>
/// An implementation of <see cref="IUbisoftToken"/> representing a direct response from the Ubisoft servers
/// </summary>
public class UbisoftToken : IUbisoftToken
public class UbisoftToken : UbisoftAccount, IUbisoftToken
{
/// <summary>
/// App-Id must be set client side.
Expand Down

0 comments on commit 2624f7b

Please sign in to comment.