9 lines
161 B
C#
9 lines
161 B
C#
|
|
namespace Owin.Security.Providers.Vimeo
|
|
{
|
|
internal static class Constants
|
|
{
|
|
public const string DefaultAuthenticationType = "Vimeo";
|
|
}
|
|
}
|