Class OAuth2ErrorResponse
Inheritance
System.Object
OAuth2ErrorResponse
Assembly: PnP.Framework.dll
Syntax
public class OAuth2ErrorResponse : OAuth2Message
Constructors
Declaration
public OAuth2ErrorResponse(string error)
Parameters
Properties
Declaration
public string Error { get; set; }
Property Value
Declaration
public string ErrorDescription { get; set; }
Property Value
Declaration
public string ErrorUri { get; set; }
Property Value
Methods
Declaration
public static OAuth2ErrorResponse CreateFromEncodedResponse(string responseString)
Parameters
System.String
responseString
|
Returns
Declaration
public override string ToString()
Returns
Overrides
Extension Methods