retours à la connexion et déconnexion
This commit is contained in:
parent
bf64dbc87f
commit
3592a678d7
5 changed files with 50 additions and 20 deletions
|
|
@ -16,7 +16,19 @@ namespace Yavsc.ViewModels.Account
|
|||
|
||||
[Display(Name = "Remember me?")]
|
||||
public bool RememberMe { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// This value indicates the OAuth client method recieving the code,
|
||||
/// in case of.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public string ReturnUrl { get; set; }
|
||||
/// <summary>
|
||||
/// This is the Url redirection used after a successfull resource grant
|
||||
/// to a legacy web browser client.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
public string AfterLoginRedirectUrl { get; set; }
|
||||
|
||||
public IEnumerable<AuthenticationDescription> ExternalProviders { get; set; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue