@page @model Yavsc.Pages.Grants.Index @{ }

Client Application Permissions

Below is the list of applications you have given permission to and the resources they have access to.

@if (!Model.View.Grants.Any()) {
You have not given access to any applications
} else { foreach (var grant in Model.View.Grants) {
@if (grant.ClientLogoUrl != null) { } @grant.ClientName
} }