// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package labapi; public class B2CProvider { public static final String FACEBOOK = "facebook"; public static final String GOOGLE = "google"; public static final String LOCAL = "local"; }