diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs b/projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs index 0fbd9f4..7cedabd 100644 --- a/projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs +++ b/projecttemplates/MvcRelyingParty/Models/AccountAuthorizeModel.cs @@ -5,10 +5,8 @@ using System.Web; public class AccountAuthorizeModel { - public string ConsumerApp { get; set; } + public string ClientApp { get; set; } - public bool IsUnsafeRequest { get; set; } - - public string VerificationCode { get; set; } + public string Scope { get; set; } } } |