You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Radarr/src/Radarr.Http/Authentication/Plex/PlexConstants.cs

10 lines
310 B

namespace Radarr.Http.Authentication.Plex
{
public static class PlexConstants
{
public static readonly string PinId = "pin_id";
public static readonly string ServerOwnedClaim = "plex:server:owned";
public static readonly string ServerAccessClaim = "plex:server:access";
}
}