mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
committed by
Ryan Gribble
parent
3c818934b8
commit
13d5dab516
@@ -2,12 +2,14 @@
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Net;
|
||||
#if !NO_SERIALIZABLE
|
||||
using System.Runtime.Serialization;
|
||||
#endif
|
||||
using System.Security;
|
||||
|
||||
namespace Octokit
|
||||
{
|
||||
#if !NETFX_CORE
|
||||
#if !NO_SERIALIZABLE
|
||||
/// <summary>
|
||||
/// Represents a failed 2FA challenge from the API
|
||||
/// </summary>
|
||||
@@ -62,7 +64,7 @@ namespace Octokit
|
||||
/// </summary>
|
||||
public TwoFactorType TwoFactorType { get; private set; }
|
||||
|
||||
#if !NETFX_CORE
|
||||
#if !NO_SERIALIZABLE
|
||||
/// <summary>
|
||||
/// Constructs an instance of TwoFactorRequiredException.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user