Skip to content

Commit 5efc986

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Update documentation for connected accounts
1 parent c794020 commit 5efc986

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Runtime/Game/Requests/ConnectedAccountRequest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace LootLocker.LootLockerEnums
44
{
55
/// <summary>
6-
/// TODO: Document
6+
/// Account providers possible to use for connected accounts
77
/// </summary>
88
public enum LootLockerAccountProvider
99
{
@@ -13,7 +13,7 @@ public enum LootLockerAccountProvider
1313
}
1414

1515
/// <summary>
16-
/// TODO: Document
16+
/// Google OAuth2 Client platform
1717
/// </summary>
1818
public enum GoogleAccountProviderPlatform
1919
{
@@ -32,11 +32,11 @@ namespace LootLocker.Requests
3232
public class LootLockerConnectedAccountProvider
3333
{
3434
/// <summary>
35-
/// TODO: Document
35+
/// The account provider
3636
/// </summary>
3737
public LootLockerAccountProvider provider { get; set; }
3838
/// <summary>
39-
/// TODO: Document
39+
/// Decorated name of this provider to use for displaying
4040
/// </summary>
4141
public string provider_name { get; set; }
4242
}

0 commit comments

Comments
 (0)