@model BTCPayServer.Controllers.ManageController.AuthorizeApiKeysViewModel
@{
var displayName = Model.ApplicationName ?? Model.ApplicationIdentifier;
ViewData["Title"] = $"Are you sure about exposing your API Key to {displayName}?";
Layout = null;
}
@ViewData["Title"]
You've previously generated the API Key @Model.ApiKey specifically for
@displayName with the URL @Model.RedirectUrl.