summaryrefslogtreecommitdiffstats
path: root/projecttemplates/MvcRelyingParty/Models/AccountInfoModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Models/AccountInfoModel.cs')
-rw-r--r--projecttemplates/MvcRelyingParty/Models/AccountInfoModel.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/Models/AccountInfoModel.cs b/projecttemplates/MvcRelyingParty/Models/AccountInfoModel.cs
index 787b8df..6e005c4 100644
--- a/projecttemplates/MvcRelyingParty/Models/AccountInfoModel.cs
+++ b/projecttemplates/MvcRelyingParty/Models/AccountInfoModel.cs
@@ -17,9 +17,11 @@
public IList<AuthenticationToken> AuthenticationTokens { get; set; }
public class AuthorizedApp {
- public string Token { get; set; }
+ public int AuthorizationId { get; set; }
public string AppName { get; set; }
+
+ public string Scope { get; set; }
}
}
}