@page "/auth/callback" @model DysonNetwork.Sphere.Pages.Auth.TokenModel @{ ViewData["Title"] = "Authentication Successful"; Layout = "_Layout"; }

Authentication Successful

You can now close this window and return to the application.

@section Scripts { }