Search Results for

    Show / Hide Table of Contents

    Class OAuth2ErrorResponse

    Inheritance
    System.Object
    OAuth2Message
    OAuth2ErrorResponse
    Inherited Members
    OAuth2Message.Item[String]
    OAuth2Message.Keys
    OAuth2Message.Message
    OAuth2Message.ContainsKey(String)
    OAuth2Message.Decode(String)
    OAuth2Message.DecodeFromJson(String)
    OAuth2Message.Encode()
    OAuth2Message.EncodeToJson()
    OAuth2Message.GetValue(String)
    Namespace: SharePointPnP.IdentityModel.Extensions.S2S.Protocols.OAuth2
    Assembly: PnP.Framework.dll
    Syntax
    public class OAuth2ErrorResponse : OAuth2Message

    Constructors

    OAuth2ErrorResponse(String)

    Declaration
    public OAuth2ErrorResponse(string error)
    Parameters
    System.String error

    Properties

    Error

    Declaration
    public string Error { get; set; }
    Property Value
    System.String

    ErrorDescription

    Declaration
    public string ErrorDescription { get; set; }
    Property Value
    System.String

    ErrorUri

    Declaration
    public string ErrorUri { get; set; }
    Property Value
    System.String

    Methods

    CreateFromEncodedResponse(String)

    Declaration
    public static OAuth2ErrorResponse CreateFromEncodedResponse(string responseString)
    Parameters
    System.String responseString

    Returns
    OAuth2ErrorResponse

    ToString()

    Declaration
    public override string ToString()
    Returns
    System.String

    Overrides
    OAuth2Message.ToString()

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer