12 lines
No EOL
305 B
C#
12 lines
No EOL
305 B
C#
using System.Collections.Generic;
|
||
|
||
namespace Yavsc
|
||
{
|
||
public class AuthorisationView {
|
||
public Application Application { get; set; }
|
||
public IEnumerable<string> Scopes { get; set; }
|
||
public string RedirectUrl { get; set; }
|
||
public string Message { get; set; }
|
||
|
||
}
|
||
} |