=== Summary: 675 files | 7 generated | 484 fresh | 4605 untracked | 4268 adopted | 355 marked | 466 validated-ok | 2+0 stale (sig+body) | 0 skipped | 0 failed | elapsed 11:08:11.442 (40091.44s) ===
This commit is contained in:
@@ -6,6 +6,7 @@ namespace adas_core.Authentication.Models;
|
||||
/// <summary>
|
||||
/// Represents the result of a token-related operation, encapsulating the outcome and any associated token data.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=3a6d234 -->
|
||||
public class TokenResult
|
||||
{
|
||||
public string AccessToken { get; set; } = null!;
|
||||
@@ -18,6 +19,7 @@ public class TokenResult
|
||||
/// <summary>
|
||||
/// Represents a panel UI component responsible for displaying token-related results.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=2bd900f -->
|
||||
public class TokenResultPanel
|
||||
{
|
||||
public TokenResult TokenResult { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user