:drunk: No idea what did AI did
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace DysonNetwork.Pass.Features.Auth.Models;
|
||||
|
||||
public class OidcCallbackData
|
||||
{
|
||||
public string Code { get; set; } = string.Empty;
|
||||
public string State { get; set; } = string.Empty;
|
||||
public string? Error { get; set; }
|
||||
public string? ErrorDescription { get; set; }
|
||||
}
|
Reference in New Issue
Block a user