diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs b/projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs index 7cedabd..97c96f0 100644 --- a/projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs +++ b/projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs @@ -7,6 +7,6 @@ public class AccountAuthorizeModel { public string ClientApp { get; set; } - public string Scope { get; set; } + public HashSet<string> Scope { get; set; } } } |