7 lines
159 B
C#
7 lines
159 B
C#
namespace HelloShop.ServiceDefaults.Authorization;
|
|
|
|
public class RemotePermissionCheckerOptions
|
|
{
|
|
public string ApiEndpoint { get; set; } = default!;
|
|
}
|