11 lines
No EOL
235 B
C#
11 lines
No EOL
235 B
C#
|
||
|
||
using Microsoft.IdentityModel.Protocols.OpenIdConnect;
|
||
|
||
namespace Yavsc
|
||
{
|
||
public class AuthorisationView {
|
||
public OpenIdConnectMessage Message { get; set; }
|
||
public Application Application { get; set; }
|
||
}
|
||
} |