builds
This commit is contained in:
parent
cede04a33e
commit
ec5bd7ca1f
13 changed files with 173 additions and 46 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
|
||||
using System.Collections.Generic;
|
||||
using IdentityServer4.Models;
|
||||
|
||||
namespace IdentityServerHost.Quickstart.UI
|
||||
{
|
||||
|
|
@ -13,5 +14,11 @@ namespace IdentityServerHost.Quickstart.UI
|
|||
public bool RememberConsent { get; set; }
|
||||
public string ReturnUrl { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string ClientName { get; internal set; }
|
||||
public string ClientUri { get; internal set; }
|
||||
public string LogoUri { get; internal set; }
|
||||
public bool AllowRememberConsent { get; internal set; }
|
||||
public ValidatedResources ValidatedResources { get; internal set; }
|
||||
public Client Client { get; internal set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue