@page "/RedeemToken/{code:guid}"
<p>Authentication successful. You may close this window.</p>
@code {
[Parameter] public Guid Code { get; set; }
}