@model TokensViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "Access Tokens"; ViewData.AddActivePage(StoreNavPages.Tokens); }

@ViewData["Title"]

You can allow a public key to access the API of this store

@Html.Partial("_StatusMessage", Model.StatusMessage) Create a new token @foreach(var token in Model.Tokens) { }
Label SIN Facade Actions
@token.Label @token.SIN @token.Facade