File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
namespace LootLocker . LootLockerEnums
4
4
{
5
5
/// <summary>
6
- /// TODO: Document
6
+ /// Account providers possible to use for connected accounts
7
7
/// </summary>
8
8
public enum LootLockerAccountProvider
9
9
{
@@ -13,7 +13,7 @@ public enum LootLockerAccountProvider
13
13
}
14
14
15
15
/// <summary>
16
- /// TODO: Document
16
+ /// Google OAuth2 Client platform
17
17
/// </summary>
18
18
public enum GoogleAccountProviderPlatform
19
19
{
@@ -32,11 +32,11 @@ namespace LootLocker.Requests
32
32
public class LootLockerConnectedAccountProvider
33
33
{
34
34
/// <summary>
35
- /// TODO: Document
35
+ /// The account provider
36
36
/// </summary>
37
37
public LootLockerAccountProvider provider { get ; set ; }
38
38
/// <summary>
39
- /// TODO: Document
39
+ /// Decorated name of this provider to use for displaying
40
40
/// </summary>
41
41
public string provider_name { get ; set ; }
42
42
}
You can’t perform that action at this time.
0 commit comments