Microsoft.Identity.Client.OAuth2.PromptValue
class PromptValue
namespace Microsoft.Identity.Client.OAuth2
{
internal class PromptValue
{
public const string Login = "login";
public const string RefreshSession = "refresh_session";
public const string AttemptNone = "attempt_none";
public PromptValue();
}
}