@model ClientSecret
-
@Html.DisplayNameFor(model => model.ClientId)
-
@Html.DisplayFor(model => model.ClientId)
-
@Html.DisplayNameFor(model => model.Created)
-
@Html.DisplayFor(model => model.Created)
-
@Html.DisplayNameFor(model => model.Expiration)
-
@Html.DisplayFor(model => model.Expiration)
-
@Html.DisplayNameFor(model => model.Description)
-
@Html.DisplayFor(model => model.Description)
-
@Html.DisplayNameFor(model => model.Type)
-
@Html.DisplayFor(model => model.Type)
-
@Html.DisplayNameFor(model => model.Value)
-
@Html.DisplayFor(model => model.Value)