feat(Consumer): CookieName-Eigenschaft hinzugefügt.
This commit is contained in:
parent
b25c9538a4
commit
f77a68be8d
@ -1,7 +1,11 @@
|
||||
namespace DigitalData.Auth.API.Entities
|
||||
{
|
||||
public record Consumer(int Id, string Name, string Password, string Audience)
|
||||
{
|
||||
public CookieOptionsProvider? CookieOptions { get; set; }
|
||||
}
|
||||
public record Consumer(
|
||||
int Id,
|
||||
string Name,
|
||||
string Password,
|
||||
string Audience,
|
||||
CookieOptionsProvider? CookieOptions = null,
|
||||
string? CookieName = null
|
||||
);
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user