Restauration paramètres d'usine
This commit is contained in:
parent
567e4a6635
commit
786fd17323
6 changed files with 39 additions and 61 deletions
|
|
@ -5,13 +5,7 @@ namespace Yavsc.Models.Auth
|
|||
{
|
||||
public class AuthorisationView {
|
||||
public Scope[] Scopes { get; set; }
|
||||
public string RedirectUrl { get; set; }
|
||||
public string Message { get; set; }
|
||||
public string ClientId {get; set; }
|
||||
public string State {get; set; }
|
||||
|
||||
public string ResponseType { get; set; }
|
||||
|
||||
public IDictionary<string,StringValues> QueryStringComponents { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue