Edit

Share via


ResponseCode.Unauthorized Field

Definition

The request requires user authentication. (401)

public: int Unauthorized = 401;
public const int Unauthorized = 401;
val mutable Unauthorized : int
Public Const Unauthorized As Integer  = 401

Field Value

Value = 401

Applies to