8 lines
185 B
C#
8 lines
185 B
C#
|
|
namespace PresentPortal.Shared;
|
|||
|
|
|
|||
|
|
public static class KeycloakConstants
|
|||
|
|
{
|
|||
|
|
public const string Realm = "present-portal";
|
|||
|
|
|
|||
|
|
public const string ClientId = "present-portal";
|
|||
|
|
}
|